| Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||

Public Member Functions | |
| RowConstraint (int64 lb, int64 ub) | |
| virtual | ~RowConstraint () |
| void | AddTerm (int var_index, int64 coefficient) |
| virtual bool | Propagate (BoundsStore *const store) |
| virtual void | Replace (int to_replace, int var, int64 offset) |
| virtual bool | Deduce (ArithmeticPropagator *const propagator) const |
| virtual string | DebugString () const |
Definition at line 249 of file global_arith.cc.
| operations_research::RowConstraint::RowConstraint | ( | int64 | lb, | |
| int64 | ub | |||
| ) | [inline] |
Definition at line 251 of file global_arith.cc.
| virtual operations_research::RowConstraint::~RowConstraint | ( | ) | [inline, virtual] |
Definition at line 252 of file global_arith.cc.
| void operations_research::RowConstraint::AddTerm | ( | int | var_index, | |
| int64 | coefficient | |||
| ) | [inline] |
Definition at line 254 of file global_arith.cc.
| virtual bool operations_research::RowConstraint::Propagate | ( | BoundsStore *const | store | ) | [inline, virtual] |
Implements operations_research::ArithmeticConstraint.
Definition at line 259 of file global_arith.cc.
| virtual void operations_research::RowConstraint::Replace | ( | int | to_replace, | |
| int | var, | |||
| int64 | offset | |||
| ) | [inline, virtual] |
Implements operations_research::ArithmeticConstraint.
Definition at line 263 of file global_arith.cc.
| virtual bool operations_research::RowConstraint::Deduce | ( | ArithmeticPropagator *const | propagator | ) | const [inline, virtual] |
Implements operations_research::ArithmeticConstraint.
Definition at line 286 of file global_arith.cc.
| virtual string operations_research::RowConstraint::DebugString | ( | ) | const [inline, virtual] |
Implements operations_research::ArithmeticConstraint.
Definition at line 308 of file global_arith.cc.