Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_var.h874 int SCIPvarGetNBdchgInfosLb(
1016 #define SCIPvarGetNBdchgInfosLb(var) ((var)->nlbchginfos) macro
H A Dsolve.c943 nbdchginfos = SCIPvarGetNBdchgInfosLb(var); in updatePseudocost()
H A Dvar.c16880 #undef SCIPvarGetNBdchgInfosLb
18078 int SCIPvarGetNBdchgInfosLb( in SCIPvarGetNBdchgInfosLb() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG4478 …- SCIPvarGetNBdchgInfosLb() and SCIPvarGetNBdchgInfosUb() in pub_var.h returning the number of low…