binary.icc File Reference
(Revision: 2467)
Go to the source code of this file.
Namespaces | |
namespace | Gecode |
namespace | Gecode::Int |
namespace | Gecode::Int::Linear |
Defines | |
#define | BM_X0_MIN 1 |
#define | BM_X0_MAX 2 |
#define | BM_X1_MIN 4 |
#define | BM_X1_MAX 8 |
#define | BM_ALL (BM_X0_MIN|BM_X0_MAX|BM_X1_MIN|BM_X1_MAX) |
#define | PV(CASE, TELL, UPDATE) |
Define Documentation
|
Definition at line 126 of file binary.icc. |
|
Definition at line 127 of file binary.icc. |
|
Definition at line 128 of file binary.icc. |
|
Definition at line 129 of file binary.icc. |
|
Definition at line 130 of file binary.icc. |
|
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 132 of file binary.icc. |