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

Detailed Description

Definition at line 248 of file callback.h.

#include <callback.h>

Public Member Functions

NullableModelStorageCPtr storage () const

Public Attributes

BoundedLinearExpression linear_constraint
bool is_lazy = false

Member Function Documentation

◆ storage()

NullableModelStorageCPtr operations_research::math_opt::CallbackResult::GeneratedLinearConstraint::storage ( ) const
inline

Definition at line 252 of file callback.h.

Member Data Documentation

◆ is_lazy

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

Definition at line 250 of file callback.h.

◆ linear_constraint

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

Definition at line 249 of file callback.h.


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