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

Detailed Description

Definition at line 938 of file synchronization.h.

#include <synchronization.h>

Public Member Functions

bool IsCanonicalized ()
bool operator== (const Key &o) const

Public Attributes

int vars [2]
IntegerValue coeffs [2]

Friends

template<typename H>
AbslHashValue (H h, const Key &k)
template<typename Sink>
void AbslStringify (Sink &sink, const Key &k)

Member Function Documentation

◆ IsCanonicalized()

bool operations_research::sat::SharedLinear2Bounds::Key::IsCanonicalized ( )
inline

Definition at line 942 of file synchronization.h.

◆ operator==()

bool operations_research::sat::SharedLinear2Bounds::Key::operator== ( const Key & o) const
inline

Definition at line 947 of file synchronization.h.

◆ AbslHashValue

template<typename H>
H AbslHashValue ( H h,
const Key & k )
friend

Definition at line 953 of file synchronization.h.

◆ AbslStringify

template<typename Sink>
void AbslStringify ( Sink & sink,
const Key & k )
friend

Definition at line 959 of file synchronization.h.

Member Data Documentation

◆ coeffs

IntegerValue operations_research::sat::SharedLinear2Bounds::Key::coeffs[2]

Definition at line 940 of file synchronization.h.

◆ vars

int operations_research::sat::SharedLinear2Bounds::Key::vars[2]

Definition at line 939 of file synchronization.h.


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