Generated on Sat Jan 20 2018 22:21:20 for Gecode by doxygen 1.8.13

Classes

class  Gecode::IntTraceDelta
 Trace delta information for integer variables. More...
 
class  Gecode::BoolTraceDelta
 Trace delta information for Boolean variables. More...
 
class  Gecode::StdIntTracer
 Standard integer variable tracer. More...
 
class  Gecode::StdBoolTracer
 Standard Boolean variable tracer. More...
 

Typedefs

typedef ViewTracer< Int::IntViewGecode::IntTracer
 Tracer for integer variables. More...
 
typedef ViewTraceRecorder< Int::IntViewGecode::IntTraceRecorder
 Trace recorder for integer variables. More...
 
typedef ViewTracer< Int::BoolViewGecode::BoolTracer
 Tracer for Boolean variables. More...
 
typedef ViewTraceRecorder< Int::BoolViewGecode::BoolTraceRecorder
 Trace recorder for Boolean variables. More...
 

Functions

void Gecode::trace (Home home, const IntVarArgs &x, TraceFilter tf, int te=(TE_INIT|TE_PRUNE|TE_FIX|TE_FAIL|TE_DONE), IntTracer &t=StdIntTracer::def)
 Create a tracer for integer variables. More...
 
void Gecode::trace (Home home, const IntVarArgs &x, int te=(TE_INIT|TE_PRUNE|TE_FIX|TE_FAIL|TE_DONE), IntTracer &t=StdIntTracer::def)
 Create a tracer for integer variables. More...
 
void Gecode::trace (Home home, const BoolVarArgs &x, TraceFilter tf, int te=(TE_INIT|TE_PRUNE|TE_FIX|TE_FAIL|TE_DONE), BoolTracer &t=StdBoolTracer::def)
 Create a tracer for Boolean Variables. More...
 
void Gecode::trace (Home home, const BoolVarArgs &x, int te=(TE_INIT|TE_PRUNE|TE_FIX|TE_FAIL|TE_DONE), BoolTracer &t=StdBoolTracer::def)
 Create a tracer for Boolean Variables. More...
 

Detailed Description

Typedef Documentation

◆ IntTracer

Tracer for integer variables.

Definition at line 5120 of file int.hh.

◆ IntTraceRecorder

Trace recorder for integer variables.

Definition at line 5125 of file int.hh.

◆ BoolTracer

Tracer for Boolean variables.

Definition at line 5158 of file int.hh.

◆ BoolTraceRecorder

Trace recorder for Boolean variables.

Definition at line 5163 of file int.hh.

Function Documentation

◆ trace() [1/4]

void Gecode::trace ( Home  home,
const IntVarArgs x,
TraceFilter  tf,
int  te,
IntTracer t 
)

Create a tracer for integer variables.

Definition at line 43 of file trace.cpp.

◆ trace() [2/4]

void Gecode::trace ( Home  home,
const IntVarArgs x,
int  te,
IntTracer t 
)
inline

Create a tracer for integer variables.

Definition at line 41 of file trace.hpp.

◆ trace() [3/4]

void Gecode::trace ( Home  home,
const BoolVarArgs x,
TraceFilter  tf,
int  te,
BoolTracer t 
)

Create a tracer for Boolean Variables.

Definition at line 52 of file trace.cpp.

◆ trace() [4/4]

void Gecode::trace ( Home  home,
const BoolVarArgs x,
int  te,
BoolTracer t 
)
inline

Create a tracer for Boolean Variables.

Definition at line 47 of file trace.hpp.