Scippy

SCIP

Solving Constraint Integer Programs

Deprecated List
Global SCIPaddCut (SCIP *scip, SCIP_SOL *sol, SCIP_ROW *cut, SCIP_Bool forcecut, SCIP_Bool *infeasible)
Please use SCIPaddRow() instead, or, if the row is a global cut and it might be useful to keep it for future use, consider adding it to the global cutpool with SCIPaddPoolCut().
Global SCIPallowDualReds (SCIP *scip)
Please use SCIPallowStrongDualReds()
Global SCIPallowObjProp (SCIP *scip)
Please use SCIPallowWeakDualReds()
Global SCIPchgLpfeastol (SCIP *scip, SCIP_Real lpfeastol, SCIP_Bool printnewvalue)
Please use SCIPsetLPFeastol().
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 SCIPcreateEmptyRowConshdlr() 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 SCIPcreateRowConshdlr() 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 SCIPlpfeastol (SCIP *scip)
Please use SCIPgetLPFeastol().
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 SCIPsetParam (SCIP *scip, const char *name, void *value)
Use SCIPsetBoolParam, SCIPsetIntParam, SCIPsetRealParam, etc., instead
Global SCIPsolveParallel (SCIP *scip)
Please use SCIPsolveConcurrent() instead.
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