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

#include <precedences.h>

Public Attributes

IntegerVariable var
 
std::vector< int > indices
 
std::vector< IntegerValue > offsets
 

Detailed Description

Definition at line 42 of file precedences.h.

Member Data Documentation

◆ indices

std::vector<int> operations_research::sat::FullIntegerPrecedence::indices

Definition at line 44 of file precedences.h.

◆ offsets

std::vector<IntegerValue> operations_research::sat::FullIntegerPrecedence::offsets

Definition at line 45 of file precedences.h.

◆ var

IntegerVariable operations_research::sat::FullIntegerPrecedence::var

Definition at line 43 of file precedences.h.


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