| 373 | } |
| 374 | |
| 375 | List<PiecewiseLinearConstraint::Fix> MaxConstraint::getPossibleFixes() const |
| 376 | { |
| 377 | // Reluplex does not currently work with Gurobi. |
| 378 | ASSERT( _gurobi == NULL ); |
| 379 | return List<PiecewiseLinearConstraint::Fix>(); |
| 380 | } |
| 381 | |
| 382 | List<PiecewiseLinearConstraint::Fix> MaxConstraint::getSmartFixes( ITableau * ) const |
| 383 | { |
no outgoing calls
no test coverage detected