Skip to content

Commit

Permalink
SCIP: expr trees default #237
Browse files Browse the repository at this point in the history
acc:_expr=1 default
  • Loading branch information
glebbelov committed Aug 28, 2024
1 parent 6e6c366 commit 7524883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solvers/scipmp/scipmpmodelapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ScipModelAPI :
/// Expression trees are submitted to the solver via
/// the high-level constraints NLConstraint, NLComplementarity,
/// NLLogical, NLEquivalence, NLImpl, NLRimpl, and NLObjective.
ACCEPT_EXPRESSION_INTERFACE(AcceptedButNotRecommended);
ACCEPT_EXPRESSION_INTERFACE(Recommended);

/// Whether accepts NLObjective.
/// No, as of SCIP 9.1.
Expand Down

0 comments on commit 7524883

Please sign in to comment.