Home
last modified time | relevance | path

Searched refs:SCIPfreeProb (Results 1 – 12 of 12) sorted by relevance

/dports/math/SCIP/scip-7.0.3/interfaces/gams/src/
H A DGamsScip.cpp421 SCIP_CALL( SCIPfreeProb(scip) ); in setupSCIP()
H A Dreader_gmo.c2877 SCIP_CALL( SCIPfreeProb(scip) ); in SCIP_DECL_DIALOGEXEC()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_prob.h306 SCIP_RETCODE SCIPfreeProb(
H A Dscip_general.c325 SCIP_CALL( SCIPfreeProb(*scip) ); in SCIPfree()
H A Dscip_prob.c122 SCIP_CALL( SCIPfreeProb(scip) ); in SCIPcreateProb()
692 SCIP_RETCODE SCIPfreeProb( in SCIPfreeProb() function
H A Dscip_copy.c412 SCIP_CALL( SCIPfreeProb(targetscip) ); in copyProb()
H A Ddialog_default.c1985 SCIP_CALL( SCIPfreeProb(scip) ); in SCIP_DECL_DIALOGEXEC()
2228 SCIP_CALL( SCIPfreeProb(scip) ); in SCIP_DECL_DIALOGEXEC()
H A Dreader_fzn.c3868 SCIP_CALL( SCIPfreeProb(scip) ); in readFZNFile()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd603 SCIP_RETCODE SCIPfreeProb(SCIP* scip)
H A Dscip.pyx912 # - interface SCIPfreeProb()
1040 PY_SCIP_CALL(SCIPfreeProb(self._scip))
H A Dscip.c79435 …__pyx_t_3 = __Pyx_PyInt_From_SCIP_RETCODE(SCIPfreeProb(__pyx_v_self->_scip)); if (unlikely(!__pyx_…
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5754 - fixed bug in SCIPfreeProb() in scip.c: all pricers are deactivated now