Generated on Thu Mar 16 2017 03:24:26 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 Tracer< Int::IntViewGecode::IntTracer
 Tracer for integer variables. More...
 
typedef TraceRecorder< Int::IntViewGecode::IntTraceRecorder
 TraceRecorder for integer variables. More...
 
typedef Tracer< Int::BoolViewGecode::BoolTracer
 Tracer for Boolean variables. More...
 
typedef TraceRecorder< Int::BoolViewGecode::BoolTraceRecorder
 TraceRecorder for Boolean variables. More...
 

Functions

void Gecode::trace (Home home, const IntVarArgs &x, TraceFilter tf, int te=(TE_INIT|TE_PRUNE|TE_FIX|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_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_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_DONE), BoolTracer &t=StdBoolTracer::def)
 Create a tracer for Boolean Variables. More...
 

Detailed Description

Typedef Documentation

◆ IntTracer

Tracer for integer variables.

Definition at line 4714 of file int.hh.

◆ IntTraceRecorder

TraceRecorder for integer variables.

Definition at line 4719 of file int.hh.

◆ BoolTracer

Tracer for Boolean variables.

Definition at line 4750 of file int.hh.

◆ BoolTraceRecorder

TraceRecorder for Boolean variables.

Definition at line 4755 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.