Generated on Tue May 31 2016 10:19:42 for Gecode by doxygen 1.8.11
int-bin.hpp File Reference

(Revision: 13154)

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Int
 Finite domain integers.
 
 Gecode::Int::Linear
 Linear propagators
 

Macros

#define GECODE_INT_PV(CASE, TELL, UPDATE)
 

Enumerations

Macro Definition Documentation

#define GECODE_INT_PV (   CASE,
  TELL,
  UPDATE 
)
Value:
if (bm & (CASE)) { \
bm -= (CASE); ModEvent me = (TELL); \
if (me_failed(me)) return ES_FAILED; \
if (me_modified(me)) bm |= (UPDATE); \
}
int ModEvent
Type for modification events.
Definition: core.hpp:146
Execution has resulted in failure.
Definition: core.hpp:525
bool me_modified(ModEvent me)
Check whether modification event me describes variable modification.
Definition: modevent.hpp:63
bool me_failed(ModEvent me)
Check whether modification event me is failed.
Definition: modevent.hpp:58

Definition at line 168 of file int-bin.hpp.