Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::ItemWithVariableSize::Interval Struct Reference

Detailed Description

Definition at line 272 of file diffn_util.h.

#include <diffn_util.h>

Public Member Functions

bool IsFixed () const

Public Attributes

IntegerValue start_min
IntegerValue start_max
IntegerValue end_min
IntegerValue end_max

Member Function Documentation

◆ IsFixed()

bool operations_research::sat::ItemWithVariableSize::Interval::IsFixed ( ) const
inline

Definition at line 273 of file diffn_util.h.

Member Data Documentation

◆ end_max

IntegerValue operations_research::sat::ItemWithVariableSize::Interval::end_max

Definition at line 280 of file diffn_util.h.

◆ end_min

IntegerValue operations_research::sat::ItemWithVariableSize::Interval::end_min

Definition at line 279 of file diffn_util.h.

◆ start_max

IntegerValue operations_research::sat::ItemWithVariableSize::Interval::start_max

Definition at line 278 of file diffn_util.h.

◆ start_min

IntegerValue operations_research::sat::ItemWithVariableSize::Interval::start_min

Definition at line 277 of file diffn_util.h.


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