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

Detailed Description

Definition at line 207 of file diffn_util.h.

#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

Friends

template<typename Sink>
void AbslStringify (Sink &sink, const IndexedInterval &interval)

Member Function Documentation

◆ operator==()

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

Definition at line 212 of file diffn_util.h.

◆ AbslStringify

template<typename Sink>
void AbslStringify ( Sink & sink,
const IndexedInterval & interval )
friend

Definition at line 232 of file diffn_util.h.

Member Data Documentation

◆ end

IntegerValue operations_research::sat::IndexedInterval::end

Definition at line 210 of file diffn_util.h.

◆ index

int operations_research::sat::IndexedInterval::index

Definition at line 208 of file diffn_util.h.

◆ start

IntegerValue operations_research::sat::IndexedInterval::start

Definition at line 209 of file diffn_util.h.


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