Home
last modified time | relevance | path

Searched refs:SCIP_DECL_PROBCOPY (Results 1 – 11 of 11) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_prob.h47SCIP_DECL_PROBCOPY ((*probcopy)); /**< copies user data if you want to copy it to a subsci…
H A Dtype_prob.h140 #define SCIP_DECL_PROBCOPY(x) SCIP_RETCODE x (SCIP* scip, SCIP* sourcescip, SCIP_PROBDATA* sourceda… macro
H A Dscip_prob.h86SCIP_DECL_PROBCOPY ((*probcopy)), /**< copies user data if you want to copy it to a subsci…
200SCIP_DECL_PROBCOPY ((*probcopy)) /**< copies user data if you want to copy it to a subsci…
H A Dprob.h87SCIP_DECL_PROBCOPY ((*probcopy)), /**< copies user data if you want to copy it to a subsci…
125SCIP_DECL_PROBCOPY ((*probcopy)) /**< copies user data if you want to copy it to a subsci…
H A Dprob.c265SCIP_DECL_PROBCOPY ((*probcopy)), /**< copies user data if you want to copy it to a subsci… in SCIPprobCreate()
391SCIP_DECL_PROBCOPY ((*probcopy)) /**< copies user data if you want to copy it to a subsci… in SCIPprobSetCopy()
H A Dscip_prob.c115SCIP_DECL_PROBCOPY ((*probcopy)), /**< copies user data if you want to copy it to a subsci… in SCIPcreateProb()
298SCIP_DECL_PROBCOPY ((*probcopy)) /**< copies user data if you want to copy it to a subsci… in SCIPsetProbCopy()
/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjprobdata.cpp152 SCIP_DECL_PROBCOPY(probCopyObj) in SCIP_DECL_PROBCOPY() function
/dports/math/SCIP/scip-7.0.3/applications/CycleClustering/src/
H A Dprobdata_cyc.c1148 SCIP_DECL_PROBCOPY(probcopyCyc) in SCIP_DECL_PROBCOPY() function
/dports/math/SCIP/scip-7.0.3/interfaces/gams/src/
H A Dreader_gmo.c160 SCIP_DECL_PROBCOPY(probdataCopyGmo)
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dprobdata_stp.c1248 SCIP_DECL_PROBCOPY(probcopyStp) in SCIP_DECL_PROBCOPY() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG4364 …- The callback SCIP_DECL_PROBCOPY() got a new parameter `global` to indicate whether the global pr…
5091 …oblem has a new callback method (see type_prob.h for more details) SCIP_DECL_PROBCOPY(x) when copy…
5151 …`SCIP_DECL_VARCOPY` and `SCIP_DECL_PROBCOPY` led to new parameters in SCIPcreateVar() and SCIPcrea…