File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ SCIP_Bool varIsSOS1(
550
550
}
551
551
552
552
553
- /** returns SOS1 index of variable or -1 if variable is not part of the SOS1 conflict graph */
553
+ /** returns node of variable in the conflict graph or -1 if variable is not part of the SOS1 conflict graph */
554
554
static
555
555
int varGetNodeSOS1 (
556
556
SCIP_CONSHDLRDATA * conshdlrdata , /**< SOS1 constraint handler */
@@ -10936,7 +10936,7 @@ SCIP_Bool SCIPvarIsSOS1(
10936
10936
}
10937
10937
10938
10938
10939
- /** returns SOS1 index of variable or -1 if variable is not part of the SOS1 conflict graph */
10939
+ /** returns node of variable in the conflict graph or -1 if variable is not part of the SOS1 conflict graph */
10940
10940
int SCIPvarGetNodeSOS1 (
10941
10941
SCIP_CONSHDLR * conshdlr , /**< SOS1 constraint handler */
10942
10942
SCIP_VAR * var /**< variable */
You can’t perform that action at this time.
0 commit comments