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_RETCODE SCIPtransformProb (SCIP *scip)
     
    SCIP_RETCODE SCIPpresolve (SCIP *scip)
     
    SCIP_RETCODE SCIPsolve (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 solssize, 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_SOLSCIPgetReoptLastOptSol (SCIP *scip)
     
    SCIP_RETCODE SCIPgetReoptOldObjCoef (SCIP *scip, SCIP_VAR *var, int run, SCIP_Real *objcoef)