We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3599159 commit 155d786Copy full SHA for 155d786
1 file changed
src/pyscipopt/scip.pxd
@@ -1612,10 +1612,15 @@ cdef extern from "scip/cons_and.h":
1612
SCIP_Bool dynamic,
1613
SCIP_Bool removable,
1614
SCIP_Bool stickingatnode)
1615
+
1616
int SCIPgetNVarsAnd(SCIP* scip, SCIP_CONS* cons)
1617
1618
SCIP_VAR** SCIPgetVarsAnd(SCIP* scip, SCIP_CONS* cons)
1619
1620
SCIP_VAR* SCIPgetResultantAnd(SCIP* scip, SCIP_CONS* cons)
1621
1622
SCIP_Bool SCIPisAndConsSorted(SCIP* scip, SCIP_CONS* cons)
1623
1624
SCIP_RETCODE SCIPsortAndCons(SCIP* scip, SCIP_CONS* cons)
1625
1626
cdef extern from "scip/cons_or.h":
0 commit comments