Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_solvingstats.c3739 SCIP_Real dualboundroot; in SCIPprintRootStatistics() local
3750 dualboundroot = SCIPgetDualboundRoot(scip); in SCIPprintRootStatistics()
3772 if( SCIPsetIsInfinity(scip->set, REALABS(dualboundroot)) ) in SCIPprintRootStatistics()
3775 … SCIPmessageFPrintInfo(scip->messagehdlr, file, " Final Dual Bound : %+21.14e\n", dualboundroot); in SCIPprintRootStatistics()