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

Detailed Description

Definition at line 64 of file disjunctive.h.

#include <disjunctive.h>

Public Member Functions

bool operator< (Entry other) const

Public Attributes

int task
IntegerValue start_min
IntegerValue size_min

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 70 of file disjunctive.h.

Member Data Documentation

◆ size_min

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

Definition at line 67 of file disjunctive.h.

◆ start_min

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

Definition at line 66 of file disjunctive.h.

◆ task

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

Definition at line 65 of file disjunctive.h.


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