Skip to content

Commit cc662c1

Browse files
svigerskestephenjmaher
authored andcommitted
try to improve english, and add mention of subproblem
- not sure what I should do with this info in the log, though
1 parent 07896c6 commit cc662c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scip/benders.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2090,7 +2090,7 @@ SCIP_RETCODE createSubproblems(
20902090
if( objchanged )
20912091
{
20922092
SCIPverbMessage(subproblem, SCIP_VERBLEVEL_HIGH, NULL, "Benders' decomposition: Objective coefficients of "
2093-
"copied of master problem variables has been changed to zero.\n");
2093+
"copy of master problem variables in a subproblem have been changed to zero.\n");
20942094
}
20952095
}
20962096

0 commit comments

Comments
 (0)