Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <callback.h>
Public Member Functions | |
const ModelStorage * | storage () const |
Public Attributes | |
BoundedLinearExpression | linear_constraint |
bool | is_lazy = false |
Prefer AddUserCut and AddLazyConstraint below instead of using this directly.
Definition at line 228 of file callback.h.
|
inline |
Definition at line 232 of file callback.h.
bool operations_research::math_opt::CallbackResult::GeneratedLinearConstraint::is_lazy = false |
Definition at line 230 of file callback.h.
BoundedLinearExpression operations_research::math_opt::CallbackResult::GeneratedLinearConstraint::linear_constraint |
Definition at line 229 of file callback.h.