Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    public methods for concurrent solving mode

    Author
    Tobias Achterberg
    Timo Berthold
    Gerald Gamrath
    Leona Gottwald
    Stefan Heinz
    Gregor Hendel
    Thorsten Koch
    Alexander Martin
    Marc Pfetsch
    Michael Winkler
    Kati Wolter

    Definition in file scip_concurrent.c.

    #include "scip/concsolver.h"
    #include "scip/debug.h"
    #include "scip/pub_message.h"
    #include "scip/scip_concurrent.h"
    #include "scip/set.h"
    #include "scip/struct_mem.h"
    #include "scip/struct_scip.h"
    #include "scip/struct_set.h"
    #include "scip/syncstore.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeConcsolverType (SCIP *scip, const char *name, SCIP_Real prefpriodefault, SCIP_DECL_CONCSOLVERCREATEINST((*concsolvercreateinst)), SCIP_DECL_CONCSOLVERDESTROYINST((*concsolverdestroyinst)), SCIP_DECL_CONCSOLVERINITSEEDS((*concsolverinitseeds)), SCIP_DECL_CONCSOLVEREXEC((*concsolverexec)), SCIP_DECL_CONCSOLVERCOPYSOLVINGDATA((*concsolvercopysolvdata)), SCIP_DECL_CONCSOLVERSTOP((*concsolverstop)), SCIP_DECL_CONCSOLVERSYNCWRITE((*concsolversyncwrite)), SCIP_DECL_CONCSOLVERSYNCREAD((*concsolversyncread)), SCIP_DECL_CONCSOLVERTYPEFREEDATA((*concsolvertypefreedata)), SCIP_CONCSOLVERTYPEDATA *data)
     
    SCIP_CONCSOLVERTYPESCIPfindConcsolverType (SCIP *scip, const char *name)
     
    SCIP_CONCSOLVERTYPE ** SCIPgetConcsolverTypes (SCIP *scip)
     
    int SCIPgetNConcsolverTypes (SCIP *scip)
     
    SCIP_RETCODE SCIPconstructSyncstore (SCIP *scip)
     
    SCIP_RETCODE SCIPfreeSyncstore (SCIP *scip)
     
    SCIP_SYNCSTORESCIPgetSyncstore (SCIP *scip)