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

Detailed Description

Definition at line 407 of file scheduling_helpers.h.

#include <scheduling_helpers.h>

Public Member Functions

bool operator< (TaskInfo other) const

Public Attributes

int task
IntegerValue start_min
IntegerValue size_min

Member Function Documentation

◆ operator<()

bool operations_research::sat::SchedulingConstraintHelper::TaskInfo::operator< ( TaskInfo other) const
inline

Definition at line 412 of file scheduling_helpers.h.

Member Data Documentation

◆ size_min

IntegerValue operations_research::sat::SchedulingConstraintHelper::TaskInfo::size_min

Definition at line 410 of file scheduling_helpers.h.

◆ start_min

IntegerValue operations_research::sat::SchedulingConstraintHelper::TaskInfo::start_min

Definition at line 409 of file scheduling_helpers.h.

◆ task

int operations_research::sat::SchedulingConstraintHelper::TaskInfo::task

Definition at line 408 of file scheduling_helpers.h.


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