Home
last modified time | relevance | path

Searched refs:SCIPcopyOrigProb (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_copy.h241 SCIP_RETCODE SCIPcopyOrigProb(
H A Dscip_copy.c566 SCIP_RETCODE SCIPcopyOrigProb( in SCIPcopyOrigProb() function
2693 SCIP_CALL( SCIPcopyOrigProb(sourcescip, targetscip, localvarmap, localconsmap, name) ); in doCopy()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG3124 …- New method SCIPcopyOrig() to copy the original problem. Analoguosly, use SCIPcopyOrigProb(), SCI…