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

#include <diffn_util.h>

Classes

struct  ComparatorByStart
 
struct  ComparatorByStartThenEndThenIndex
 

Public Member Functions

bool operator== (const IndexedInterval &rhs) const
 

Public Attributes

int index
 
IntegerValue start
 
IntegerValue end
 

Detailed Description

Definition at line 170 of file diffn_util.h.

Member Function Documentation

◆ operator==()

bool operations_research::sat::IndexedInterval::operator== ( const IndexedInterval & rhs) const
inline

Definition at line 175 of file diffn_util.h.

Member Data Documentation

◆ end

IntegerValue operations_research::sat::IndexedInterval::end

Definition at line 173 of file diffn_util.h.

◆ index

int operations_research::sat::IndexedInterval::index

Definition at line 171 of file diffn_util.h.

◆ start

IntegerValue operations_research::sat::IndexedInterval::start

Definition at line 172 of file diffn_util.h.


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