Home
last modified time | relevance | path

Searched refs:SCIPsparseSolCreate (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_misc.h272 SCIP_RETCODE SCIPsparseSolCreate(
H A Dcons_countsols.c678 …SCIP_CALL_FINALLY( SCIPsparseSolCreate(&solution, conshdlrdata->vars, nvars, FALSE), SCIPsparseSol… in collectSolution()
H A Dmisc.c704 SCIP_RETCODE SCIPsparseSolCreate( in SCIPsparseSolCreate() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG3734 … counting system within SCIP heavily. New method for `SCIP_SPARSESOL` usage, SCIPsparseSolCreate(),