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

#include <disjunctive.h>

Public Member Functions

bool operator< (Entry other) const
 

Public Attributes

int task
 
IntegerValue start_min
 
IntegerValue size_min
 

Detailed Description

Definition at line 58 of file disjunctive.h.

Member Function Documentation

◆ operator<()

bool operations_research::sat::TaskSet::Entry::operator< ( Entry other) const
inline
Note
the tie-breaking is not important here.

Definition at line 64 of file disjunctive.h.

Member Data Documentation

◆ size_min

IntegerValue operations_research::sat::TaskSet::Entry::size_min

Definition at line 61 of file disjunctive.h.

◆ start_min

IntegerValue operations_research::sat::TaskSet::Entry::start_min

Definition at line 60 of file disjunctive.h.

◆ task

int operations_research::sat::TaskSet::Entry::task

Definition at line 59 of file disjunctive.h.


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