Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_concurrent.h65SCIP_DECL_CONCSOLVERDESTROYINST ((*concsolverdestroyinst)), /**< data copy method of concurren…
H A Dstruct_concsolver.h44SCIP_DECL_CONCSOLVERDESTROYINST ((*concsolverdestroyinst)); /**< destroys an instance of the c…
H A Dtype_concsolver.h64 #define SCIP_DECL_CONCSOLVERDESTROYINST(x) SCIP_RETCODE x (SCIP* scip, SCIP_CONCSOLVER* concsolver) macro
H A Dconcsolver.h46SCIP_DECL_CONCSOLVERDESTROYINST ((*concsolverdestroyinst)),/**< data copy method of concurrent sol…
H A Dscip_concurrent.c60SCIP_DECL_CONCSOLVERDESTROYINST ((*concsolverdestroyinst)), /**< data copy method of concurren… in SCIPincludeConcsolverType()
H A Dconcsolver.c51SCIP_DECL_CONCSOLVERDESTROYINST ((*concsolverdestroyinst)),/**< data copy method of concurrent sol… in doConcsolverTypeCreate()
112SCIP_DECL_CONCSOLVERDESTROYINST ((*concsolverdestroyinst)),/**< data copy method of concurrent sol… in SCIPconcsolverTypeCreate()
H A Dconcsolver_scip.c420 SCIP_DECL_CONCSOLVERDESTROYINST(concsolverScipDestroyInstance) in SCIP_DECL_CONCSOLVERDESTROYINST() function