concurrent solver data structure
Definition at line 46 of file struct_concsolver.h.
#include <struct_concsolver.h>
Data Fields | |
int | ninstances |
SCIP_Real | prefprio |
char * | name |
SCIP_CONCSOLVERTYPEDATA * | data |
SCIP_ConcSolverType::SCIP_DECL_CONCSOLVERCREATEINST | ( | * | concsolvercreateinst | ) |
creates an instance of the concurrent solver
SCIP_ConcSolverType::SCIP_DECL_CONCSOLVERDESTROYINST | ( | * | concsolverdestroyinst | ) |
destroys an instance of the concurrent solver
SCIP_ConcSolverType::SCIP_DECL_CONCSOLVERINITSEEDS | ( | * | concsolverinitseeds | ) |
initialize random seeds of concurrent solver
SCIP_ConcSolverType::SCIP_DECL_CONCSOLVEREXEC | ( | * | concsolverexec | ) |
execution method of concurrent solver
SCIP_ConcSolverType::SCIP_DECL_CONCSOLVERCOPYSOLVINGDATA | ( | * | concsolvercopysolvdata | ) |
copies the solving data
SCIP_ConcSolverType::SCIP_DECL_CONCSOLVERSTOP | ( | * | concsolverstop | ) |
terminate solving in concurrent solver
SCIP_ConcSolverType::SCIP_DECL_CONCSOLVERSYNCWRITE | ( | * | concsolversyncwrite | ) |
synchronization method of concurrent solver for sharing it's data
SCIP_ConcSolverType::SCIP_DECL_CONCSOLVERSYNCREAD | ( | * | concsolversyncread | ) |
synchronization method of concurrent solver for reading shared data
SCIP_ConcSolverType::SCIP_DECL_CONCSOLVERTYPEFREEDATA | ( | * | concsolvertypefreedata | ) |
frees user data of concurrent solver type
int SCIP_ConcSolverType::ninstances |
number of instances created from this concurrent solver type
Definition at line 48 of file struct_concsolver.h.
SCIP_Real SCIP_ConcSolverType::prefprio |
the weight of the concurrent
Definition at line 49 of file struct_concsolver.h.
char* SCIP_ConcSolverType::name |
name of concurrent solver
Definition at line 50 of file struct_concsolver.h.
SCIP_CONCSOLVERTYPEDATA* SCIP_ConcSolverType::data |
user data of concurrent solver type
Definition at line 51 of file struct_concsolver.h.