linear_solver: google3 export

This commit is contained in:
Corentin Le Molgat
2022-10-14 17:04:37 +02:00
parent d127ce7582
commit d3687c3f36
5 changed files with 8 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ ScipSeparationResult RunSeparation(internal::ScipCallbackRunner* runner,
CHECK_OK(SCIP_TO_STATUS(SCIPreleaseRow(scip, &row)));
// TODO(user): when infeasible is true, it better to have the scip
// return status be cutoff instead of cutting plane added (e.g. see
// cs/scip/cons_knapsack.c). However, as we use
// cs/scip/src/scip/cons_knapsack.c). However, as we use
// SCIPaddRow(), it isn't clear this will even happen.
if (result != ScipSeparationResult::kLazyConstraintAdded) {
// NOTE(user): if we have already found a violated lazy constraint,