public solving methods
- Author
- Tobias Achterberg
-
Timo Berthold
-
Thorsten Koch
-
Alexander Martin
-
Marc Pfetsch
-
Kati Wolter
-
Gregor Hendel
-
Leona Gottwald
Definition in file scip_solve.h.
|
SCIP_RETCODE | SCIPtransformProb (SCIP *scip) |
|
SCIP_RETCODE | SCIPpresolve (SCIP *scip) |
|
SCIP_RETCODE | SCIPsolve (SCIP *scip) |
|
SCIP_RETCODE | SCIPsolveParallel (SCIP *scip) |
|
SCIP_RETCODE | SCIPsolveConcurrent (SCIP *scip) |
|
SCIP_RETCODE | SCIPfreeSolve (SCIP *scip, SCIP_Bool restart) |
|
SCIP_RETCODE | SCIPfreeTransform (SCIP *scip) |
|
SCIP_RETCODE | SCIPinterruptSolve (SCIP *scip) |
|
SCIP_Bool | SCIPisSolveInterrupted (SCIP *scip) |
|
SCIP_RETCODE | SCIPrestartSolve (SCIP *scip) |
|
SCIP_Bool | SCIPisInRestart (SCIP *scip) |
|
SCIP_RETCODE | SCIPfreeReoptSolve (SCIP *scip) |
|
SCIP_RETCODE | SCIPenableReoptimization (SCIP *scip, SCIP_Bool enable) |
|
SCIP_Bool | SCIPisReoptEnabled (SCIP *scip) |
|
SCIP_RETCODE | SCIPgetReoptSolsRun (SCIP *scip, int run, SCIP_SOL **sols, int allocmem, int *nsols) |
|
void | SCIPresetReoptSolMarks (SCIP *scip) |
|
SCIP_RETCODE | SCIPcheckReoptRestart (SCIP *scip, SCIP_NODE *node, SCIP_Bool *restart) |
|
SCIP_RETCODE | SCIPaddReoptDualBndchg (SCIP *scip, SCIP_NODE *node, SCIP_VAR *var, SCIP_Real newbound, SCIP_Real oldbound) |
|
SCIP_SOL * | SCIPgetReoptLastOptSol (SCIP *scip) |
|
SCIP_RETCODE | SCIPgetReoptOldObjCoef (SCIP *scip, SCIP_VAR *var, int run, SCIP_Real *objcoef) |
|