@@ -799,8 +799,8 @@ cdef extern from "scip/scip.h":
799799 SCIP_RETCODE SCIPaddVarLocksType(SCIP* scip, SCIP_VAR* var, SCIP_LOCKTYPE locktype, int nlocksdown, int nlocksup)
800800 int SCIPvarGetNLocksDown(SCIP_VAR* var)
801801 int SCIPvarGetNLocksUp(SCIP_VAR* var)
802- int SCIPvarGetNLocksUpType(SCIP_VAR* var, SCIP_LOCKTYPE locktype)
803802 int SCIPvarGetNLocksDownType(SCIP_VAR* var, SCIP_LOCKTYPE locktype)
803+ int SCIPvarGetNLocksUpType(SCIP_VAR* var, SCIP_LOCKTYPE locktype)
804804 SCIP_VAR** SCIPgetVars(SCIP* scip)
805805 SCIP_VAR** SCIPgetOrigVars(SCIP* scip)
806806 const char * SCIPvarGetName(SCIP_VAR* var)
@@ -831,7 +831,7 @@ cdef extern from "scip/scip.h":
831831 SCIP_Real SCIPvarGetCutoffSum(SCIP_VAR* var, SCIP_BRANCHDIR dir )
832832 SCIP_Longint SCIPvarGetNBranchings(SCIP_VAR* var, SCIP_BRANCHDIR dir )
833833 SCIP_Bool SCIPvarMayRoundUp(SCIP_VAR* var)
834- SCIP_Bool SCIPvarMayRoundDown(SCIP_VAR* var)
834+ SCIP_Bool SCIPvarMayRoundDown(SCIP_VAR* var)
835835
836836 # LP Methods
837837 SCIP_RETCODE SCIPgetLPColsData(SCIP* scip, SCIP_COL*** cols, int * ncols)
@@ -920,8 +920,8 @@ cdef extern from "scip/scip.h":
920920 SCIP_Real SCIPgetGap(SCIP* scip)
921921 int SCIPgetDepth(SCIP* scip)
922922 SCIP_RETCODE SCIPcutoffNode(SCIP* scip, SCIP_NODE* node)
923- SCIP_Bool SCIPhasPrimalRay(SCIP* scip)
924- SCIP_Real SCIPgetPrimalRayVal(SCIP* scip, SCIP_VAR* var)
923+ SCIP_Bool SCIPhasPrimalRay(SCIP* scip)
924+ SCIP_Real SCIPgetPrimalRayVal(SCIP* scip, SCIP_VAR* var)
925925 SCIP_RETCODE SCIPaddSolFree(SCIP* scip, SCIP_SOL** sol, SCIP_Bool* stored)
926926 SCIP_RETCODE SCIPaddSol(SCIP* scip, SCIP_SOL* sol, SCIP_Bool* stored)
927927 SCIP_RETCODE SCIPreadSol(SCIP* scip, const char * filename)
@@ -1065,7 +1065,7 @@ cdef extern from "scip/scip.h":
10651065 SCIP_RETCODE (* consgetnvars) (SCIP* scip, SCIP_CONSHDLR* conshdlr, SCIP_CONS* cons, int * nvars, SCIP_Bool* success),
10661066 SCIP_RETCODE (* consgetdivebdchgs) (SCIP* scip, SCIP_CONSHDLR* conshdlr, SCIP_DIVESET* diveset, SCIP_SOL* sol, SCIP_Bool* success, SCIP_Bool* infeasible),
10671067 SCIP_RETCODE (* consgetpermsymgraph)(SCIP* scip, SCIP_CONSHDLR* conshdlr, SCIP_CONS* cons, SYM_GRAPH* graph, SCIP_Bool* success),
1068- SCIP_RETCODE (* consgetsignedpermsymgraph)(SCIP* scip, SCIP_CONSHDLR* conshdlr, SCIP_CONS* cons, SYM_GRAPH* graph, SCIP_Bool* success),
1068+ SCIP_RETCODE (* consgetsignedpermsymgraph)(SCIP* scip, SCIP_CONSHDLR* conshdlr, SCIP_CONS* cons, SYM_GRAPH* graph, SCIP_Bool* success),
10691069 SCIP_CONSHDLRDATA* conshdlrdata)
10701070 SCIP_CONSHDLRDATA* SCIPconshdlrGetData(SCIP_CONSHDLR* conshdlr)
10711071 SCIP_CONSHDLR* SCIPfindConshdlr(SCIP* scip, const char * name)
@@ -1634,7 +1634,7 @@ cdef extern from "scip/cons_disjunction.h":
16341634 const char * name,
16351635 int nconss,
16361636 SCIP_CONS** conss,
1637- SCIP_CONS* relaxcons,
1637+ SCIP_CONS* relaxcons,
16381638 SCIP_Bool initial,
16391639 SCIP_Bool enforce,
16401640 SCIP_Bool check,
@@ -1643,7 +1643,7 @@ cdef extern from "scip/cons_disjunction.h":
16431643 SCIP_Bool dynamic)
16441644
16451645 SCIP_RETCODE SCIPaddConsElemDisjunction(SCIP* scip,
1646- SCIP_CONS* cons,
1646+ SCIP_CONS* cons,
16471647 SCIP_CONS* addcons)
16481648
16491649cdef extern from " scip/cons_and.h" :
0 commit comments