Scippy

SCIP

Solving Constraint Integer Programs

Deprecated List
Global SCIPcreateEmptyRow (SCIP *scip, SCIP_ROW **row, const char *name, SCIP_Real lhs, SCIP_Real rhs, SCIP_Bool local, SCIP_Bool modifiable, SCIP_Bool removable)
Please use SCIPcreateEmptyRowCons() or SCIPcreateEmptyRowSepa() when calling from a constraint handler or separator in order to facilitate correct statistics. If the call is from neither a constraint handler or separator, use SCIPcreateEmptyRowUnspec().
Global SCIPcreateRow (SCIP *scip, SCIP_ROW **row, const char *name, int len, SCIP_COL **cols, SCIP_Real *vals, SCIP_Real lhs, SCIP_Real rhs, SCIP_Bool local, SCIP_Bool modifiable, SCIP_Bool removable)
Please use SCIPcreateRowCons() or SCIPcreateRowSepa() when calling from a constraint handler or separator in order to facilitate correct statistics. If the call is from neither a constraint handler or separator, use SCIPcreateRowUnspec().
Global SCIPgetRandomInt (int minrandval, int maxrandval, unsigned int *seedp)
Please use SCIPrandomGetInt() to request a random integer.
Global SCIPgetRandomReal (SCIP_Real minrandval, SCIP_Real maxrandval, unsigned int *seedp)
Please use SCIPrandomGetReal() to request a random real.
Global SCIPgetRandomSubset (void **set, int nelems, void **subset, int nsubelems, unsigned int randseed)
Please use SCIPrandomGetSubset()
Global SCIPhashtableClear (SCIP_HASHTABLE *hashtable)
Please use SCIPhashtableRemoveAll()
Global SCIPpermuteArray (void **array, int begin, int end, unsigned int *randseed)
Please use SCIPrandomPermuteArray()
Global SCIPpermuteIntArray (int *array, int begin, int end, unsigned int *randseed)
Please use SCIPrandomPermuteIntArray()
Global SCIPvarGetBdAtIndex (SCIP_VAR *var, SCIP_BOUNDTYPE boundtype, SCIP_BDCHGIDX *bdchgidx, SCIP_Bool after)
Please use SCIPgetVarBdAtIndex()
Global SCIPvarGetLbAtIndex (SCIP_VAR *var, SCIP_BDCHGIDX *bdchgidx, SCIP_Bool after)
Please use SCIPgetVarLbAtIndex()
Global SCIPvarGetUbAtIndex (SCIP_VAR *var, SCIP_BDCHGIDX *bdchgidx, SCIP_Bool after)
Please use SCIPgetVarUbAtIndex()
Global SCIPvarWasFixedAtIndex (SCIP_VAR *var, SCIP_BDCHGIDX *bdchgidx, SCIP_Bool after)
Please use SCIPgetVarWasFixedAtIndex()
Global SCIPwriteImplicationConflictGraph (SCIP *scip, const char *filename)
because binary implications are now stored as cliques