linear_solver: google3 export
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user