Home
last modified time | relevance | path

Searched refs:concsolvertype (Results 1 – 7 of 7) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dconcsolver.c65 assert(concsolvertype != NULL); in doConcsolverTypeCreate()
78 BMSclearMemory(*concsolvertype); in doConcsolverTypeCreate()
82 (*concsolvertype)->data = data; in doConcsolverTypeCreate()
149 if( *concsolvertype == NULL ) in SCIPconcsolverTypeFree()
153 (*concsolvertype)->concsolvertypefreedata(&(*concsolvertype)->data); in SCIPconcsolverTypeFree()
156 BMSfreeMemory(concsolvertype); in SCIPconcsolverTypeFree()
166 return concsolvertype->data; in SCIPconcsolverTypeGetData()
177 concsolvertype->data = data; in SCIPconcsolverTypeSetData()
187 return concsolvertype->name; in SCIPconcsolverTypeGetName()
209 ++concsolvertype->ninstances; in SCIPconcsolverCreateInstance()
[all …]
H A Dconcsolver.h39 SCIP_CONCSOLVERTYPE** concsolvertype, /**< pointer to concurrent solver data structure */
59 SCIP_CONCSOLVERTYPE** concsolvertype /**< pointer to concurrent solver data structure */
64 SCIP_CONCSOLVERTYPE* concsolvertype /**< concurrent solver type */
69 SCIP_CONCSOLVERTYPE* concsolvertype, /**< concurrent solver type */
75 SCIP_CONCSOLVERTYPE* concsolvertype /**< concurrent solver type */
80 SCIP_CONCSOLVERTYPE* concsolvertype /**< concurrent solver type */
86 SCIP_CONCSOLVERTYPE* concsolvertype, /**< concurrent solver type to create */
H A Dscip_concurrent.c71 SCIP_CONCSOLVERTYPE* concsolvertype; in SCIPincludeConcsolverType() local
82 …SCIP_CALL( SCIPconcsolverTypeCreate(&concsolvertype, scip->set, scip->messagehdlr, scip->mem->setm… in SCIPincludeConcsolverType()
88 SCIP_CALL( SCIPsetIncludeConcsolverType(scip->set, concsolvertype) ); in SCIPincludeConcsolverType()
H A Dtype_concsolver.h54 …SOLVERCREATEINST(x) SCIP_RETCODE x (SCIP* scip, SCIP_CONCSOLVERTYPE* concsolvertype, SCIP_CONCSOLV…
H A Dconcsolver_scip.c322 assert(concsolvertype != NULL); in SCIP_DECL_CONCSOLVERCREATEINST()
325 typedata = SCIPconcsolverTypeGetData(concsolvertype); in SCIP_DECL_CONCSOLVERCREATEINST()
H A Dset.h698 SCIP_CONCSOLVERTYPE* concsolvertype /**< concurrent solver type */
H A Dset.c4332 SCIP_CONCSOLVERTYPE* concsolvertype /**< concurrent solver type */ in SCIPsetIncludeConcsolverType() argument
4336 assert(concsolvertype != NULL); in SCIPsetIncludeConcsolverType()
4345 set->concsolvertypes[set->nconcsolvertypes] = concsolvertype; in SCIPsetIncludeConcsolverType()