Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsol.h318 SCIP_RETCODE SCIPsolMarkPartial(
H A Dscip_sol.c2699 …SCIP_CALL( SCIPsolMarkPartial(sol, scip->set, scip->stat, scip->origprob->vars, scip->origprob->nv… in readSolFile()
2859 …SCIP_CALL( SCIPsolMarkPartial(sol, scip->set, scip->stat, scip->origprob->vars, scip->origprob->nv… in readXmlSolFile()
H A Dsol.c1573 SCIP_RETCODE SCIPsolMarkPartial( in SCIPsolMarkPartial() function