Definition at line 37 of file affine_relation.h.
#include <affine_relation.h>
◆ AffineRelation()
| operations_research::AffineRelation::AffineRelation |
( |
| ) |
|
|
inline |
◆ ClassSize()
| int operations_research::AffineRelation::ClassSize |
( |
int | x | ) |
const |
|
inline |
◆ Get()
◆ IgnoreFromClassSize()
| void operations_research::AffineRelation::IgnoreFromClassSize |
( |
int | x | ) |
|
|
inline |
◆ NumRelations()
| int operations_research::AffineRelation::NumRelations |
( |
| ) |
const |
|
inline |
◆ TryAdd() [1/2]
| bool operations_research::AffineRelation::TryAdd |
( |
int | x, |
|
|
int | y, |
|
|
int64_t | coeff, |
|
|
int64_t | offset ) |
|
inline |
◆ TryAdd() [2/2]
| bool operations_research::AffineRelation::TryAdd |
( |
int | x, |
|
|
int | y, |
|
|
int64_t | coeff, |
|
|
int64_t | offset, |
|
|
bool | allow_rep_x, |
|
|
bool | allow_rep_y ) |
|
inline |
The documentation for this class was generated from the following file: