Scippy

    SCIP

    Solving Constraint Integer Programs

    ConshdlrSubtour.h File Reference

    Detailed Description

    C++ constraint handler for TSP subtour elimination constraints.

    Author
    Timo Berthold

    Definition in file ConshdlrSubtour.h.

    #include "objscip/objscip.h"
    #include "ProbDataTSP.h"

    Go to the source code of this file.

    Data Structures

    class  tsp::ConshdlrSubtour
     

    Namespaces

    namespace  tsp
     

    Functions

    SCIP_RETCODE tsp::SCIPcreateConsSubtour (SCIP *scip, SCIP_CONS **cons, const char *name, GRAPH *graph, SCIP_Bool initial, SCIP_Bool separate, SCIP_Bool enforce, SCIP_Bool check, SCIP_Bool propagate, SCIP_Bool local, SCIP_Bool modifiable, SCIP_Bool dynamic, SCIP_Bool removable)