Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 13, 2023
1 parent 1038b07 commit 599ac42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ilpy/impl/solvers/ScipBackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ void ScipBackend::removeConstraint(intptr_t constraintId){
SCIP_CALL_ABORT(SCIPdelCons(_scip, cons));
// Release the constraint
SCIP_CALL_ABORT(SCIPreleaseCons(_scip, &cons));
// TODO: remove from _constraints as well

}

void
Expand Down

0 comments on commit 599ac42

Please sign in to comment.