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

Detailed Description

Definition at line 61 of file scheduling_helpers.h.

#include <scheduling_helpers.h>

Public Member Functions

bool operator< (CachedTaskBounds other) const
bool operator> (CachedTaskBounds other) const

Public Attributes

int task_index
LiteralIndex presence_lit
IntegerValue time

Member Function Documentation

◆ operator<()

bool operations_research::sat::CachedTaskBounds::operator< ( CachedTaskBounds other) const
inline

Definition at line 65 of file scheduling_helpers.h.

◆ operator>()

bool operations_research::sat::CachedTaskBounds::operator> ( CachedTaskBounds other) const
inline

Definition at line 66 of file scheduling_helpers.h.

Member Data Documentation

◆ presence_lit

LiteralIndex operations_research::sat::CachedTaskBounds::presence_lit

Definition at line 63 of file scheduling_helpers.h.

◆ task_index

int operations_research::sat::CachedTaskBounds::task_index

Definition at line 62 of file scheduling_helpers.h.

◆ time

IntegerValue operations_research::sat::CachedTaskBounds::time

Definition at line 64 of file scheduling_helpers.h.


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