All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
prop_obbt.h File Reference Detailed Descriptionoptimization-based bound tightening propagator In Optimization-Based Bound Tightening (OBBT), we solve auxiliary LPs of the form
where Since solving LPs may be expensive, the propagator inspects solutions By default, OBBT is only applied for nonbinary variables that occur in nonlinear constraints. After we learned a better variable bound the propagator tries to separate the solution of the current OBBT LP with the refined outer approximation in order to strengthen the learned bound. Additionally, we trigger a propagation round of SCIP after a fixed number of learned bound tightenings. Additionally, the propagator uses the dual solution of the auxiliary LPs to construct globally valid generalized variable bounds which may be propagated during the branch-and-bound search. Definition in file prop_obbt.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the obbt propagator and includes it in SCIP
|