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

#include <intervals.h>

Public Member Functions

bool operator< (const ProfileEvent &other) const
 

Public Attributes

IntegerValue time
 
int task
 
bool is_first
 

Detailed Description

Returns a sorted vector where each task appear twice, the first occurrence is at size (end_min - size_min) and the second one at (end_min).

This is quite usage specific.

Definition at line 413 of file intervals.h.

Member Function Documentation

◆ operator<()

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

Definition at line 418 of file intervals.h.

Member Data Documentation

◆ is_first

bool operations_research::sat::SchedulingConstraintHelper::ProfileEvent::is_first

Definition at line 416 of file intervals.h.

◆ task

int operations_research::sat::SchedulingConstraintHelper::ProfileEvent::task

Definition at line 415 of file intervals.h.

◆ time

IntegerValue operations_research::sat::SchedulingConstraintHelper::ProfileEvent::time

Definition at line 414 of file intervals.h.


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