Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsyncstore.c266 …cstore->lastsync == NULL ? SCIPinfinity(syncstore->mainscip) : syncstore->lastsync->bestupperbound; in SCIPsyncstoreGetLastUpperbound()
456 (*syncdata)->bestupperbound = SCIPinfinity(syncstore->mainscip); in SCIPsyncstoreStartSync()
457 (*syncdata)->bestlowerbound = -(*syncdata)->bestupperbound; in SCIPsyncstoreStartSync()
577 return syncdata->bestupperbound; in SCIPsyncdataGetUpperbound()
682 syncdata->bestupperbound = MIN(syncdata->bestupperbound, upperbound); in SCIPsyncdataSetUpperbound()
H A Dstruct_syncstore.h76 …SCIP_Real bestupperbound; /**< smalles upper bound on the objective value that was… member