File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ SCIP_Bool varIsSOS1(
550550}
551551
552552
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 */
554554static
555555int varGetNodeSOS1 (
556556 SCIP_CONSHDLRDATA * conshdlrdata , /**< SOS1 constraint handler */
@@ -10936,7 +10936,7 @@ SCIP_Bool SCIPvarIsSOS1(
1093610936}
1093710937
1093810938
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 */
1094010940int SCIPvarGetNodeSOS1 (
1094110941 SCIP_CONSHDLR * conshdlr , /**< SOS1 constraint handler */
1094210942 SCIP_VAR * var /**< variable */
You can’t perform that action at this time.
0 commit comments