ternary.icc File Reference
(Revision: 3512)
Go to the source code of this file.
Namespaces | |
| namespace | Gecode |
| namespace | Gecode::Int |
| namespace | Gecode::Int::Linear |
Defines | |
| #define | GECODE_INT_PV(CASE, TELL, UPDATE) |
Enumerations | |
| enum | Gecode::Int::Linear::TerMod { Gecode::Int::Linear::TM_X0_MIN = 1<<0, Gecode::Int::Linear::TM_X0_MAX = 1<<1, Gecode::Int::Linear::TM_X1_MIN = 1<<2, Gecode::Int::Linear::TM_X1_MAX = 1<<3, Gecode::Int::Linear::TM_X2_MIN = 1<<4, Gecode::Int::Linear::TM_X2_MAX = 1<<5, Gecode::Int::Linear::TM_ALL = TM_X0_MIN|TM_X0_MAX|TM_X1_MIN|TM_X1_MAX|TM_X2_MIN|TM_X2_MAX } |
| Describe which view has been modified how. More... | |
Define Documentation
|
|
Value: if (bm & (CASE)) { \ bm -= (CASE); ModEvent me = (TELL); \ if (me_failed(me)) return ES_FAILED; \ if (me_modified(me)) bm |= (UPDATE); \ } Definition at line 120 of file ternary.icc. |
