Skip to content

Commit 53ba40a

Browse files
Joao-Dionisiosvigerske
authored andcommitted
SCIPvarGetNodeSOS1 doc update
1 parent 702a615 commit 53ba40a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scip/cons_sos1.c

+2-2
Original file line numberDiff line numberDiff 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 */
554554
static
555555
int 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 */
1094010940
int SCIPvarGetNodeSOS1(
1094110941
SCIP_CONSHDLR* conshdlr, /**< SOS1 constraint handler */
1094210942
SCIP_VAR* var /**< variable */

0 commit comments

Comments
 (0)