Scippy

SCIP

Solving Constraint Integer Programs

scip_solve.h File Reference

Detailed Description

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.

#include "scip/def.h"
#include "scip/type_retcode.h"
#include "scip/type_scip.h"
#include "scip/type_sol.h"
#include "scip/type_tree.h"
#include "scip/type_var.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPtransformProb (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPpresolve (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPsolve (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPsolveParallel (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPsolveConcurrent (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPfreeSolve (SCIP *scip, SCIP_Bool restart)
 
SCIP_EXPORT SCIP_RETCODE SCIPfreeReoptSolve (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPfreeTransform (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPinterruptSolve (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPrestartSolve (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPenableReoptimization (SCIP *scip, SCIP_Bool enable)
 
SCIP_EXPORT SCIP_Bool SCIPisReoptEnabled (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPgetReoptSolsRun (SCIP *scip, int run, SCIP_SOL **sols, int allocmem, int *nsols)
 
SCIP_EXPORT void SCIPresetReoptSolMarks (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPcheckReoptRestart (SCIP *scip, SCIP_NODE *node, SCIP_Bool *restart)
 
SCIP_EXPORT SCIP_RETCODE SCIPaddReoptDualBndchg (SCIP *scip, SCIP_NODE *node, SCIP_VAR *var, SCIP_Real newbound, SCIP_Real oldbound)
 
SCIP_EXPORT SCIP_SOLSCIPgetReoptLastOptSol (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPgetReoptOldObjCoef (SCIP *scip, SCIP_VAR *var, int run, SCIP_Real *objcoef)
 
SCIP_EXPORT SCIP_Bool SCIPisInRestart (SCIP *scip)