Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::CallbackResult::GeneratedLinearConstraint Struct Reference

#include <callback.h>

Public Member Functions

const ModelStorage * storage () const
 

Public Attributes

BoundedLinearExpression linear_constraint
 
bool is_lazy = false
 

Detailed Description

Prefer AddUserCut and AddLazyConstraint below instead of using this directly.

Definition at line 228 of file callback.h.

Member Function Documentation

◆ storage()

const ModelStorage * operations_research::math_opt::CallbackResult::GeneratedLinearConstraint::storage ( ) const
inline

Definition at line 232 of file callback.h.

Member Data Documentation

◆ is_lazy

bool operations_research::math_opt::CallbackResult::GeneratedLinearConstraint::is_lazy = false

Definition at line 230 of file callback.h.

◆ linear_constraint

BoundedLinearExpression operations_research::math_opt::CallbackResult::GeneratedLinearConstraint::linear_constraint

Definition at line 229 of file callback.h.


The documentation for this struct was generated from the following file: