Generated on Fri Jul 13 2018 06:08:36 for Gecode by doxygen 1.8.14

Standard float variable tracer. More...

#include <float.hh>

Public Member Functions

Initialize with output stream a os0 StdFloatTracer (std::ostream &os0=std::cerr)
 
Print init virtual information void init (const Space &home, const FloatTraceRecorder &t)
 
Print prune virtual information void prune (const Space &home, const FloatTraceRecorder &t, const ViewTraceInfo &vti, int i, FloatTraceDelta &d)
 
Print fixpoint virtual information void fix (const Space &home, const FloatTraceRecorder &t)
 
Print failure virtual information void fail (const Space &home, const FloatTraceRecorder &t)
 
Print that trace recorder is virtual done void done (const Space &home, const FloatTraceRecorder &t)
 
Default tracer (printing to std::cerr) static StdFloatTracer def
 
- Public Member Functions inherited from Gecode::ViewTracer< View >
 ViewTracer (void)
 Constructor. More...
 
virtual void init (const Space &home, const ViewTraceRecorder< View > &t)=0
 Init function. More...
 
virtual void prune (const Space &home, const ViewTraceRecorder< View > &t, const ViewTraceInfo &vti, int i, typename TraceTraits< View >::TraceDelta &d)=0
 Prune function. More...
 
virtual void fail (const Space &home, const ViewTraceRecorder< View > &t)=0
 Fail function. More...
 
virtual void fix (const Space &home, const ViewTraceRecorder< View > &t)=0
 Fixpoint function. More...
 
virtual void done (const Space &home, const ViewTraceRecorder< View > &t)=0
 Done function. More...
 
virtual ~ViewTracer (void)
 Destructor. More...
 

Protected Attributes

Output stream to use std::ostream & os
 

Additional Inherited Members

- Static Public Member Functions inherited from Gecode::HeapAllocated
static void * operator new (size_t s)
 Memory management. More...
 
static void operator delete (void *p)
 Free memory allocated from heap. More...
 
- Static Protected Attributes inherited from Gecode::TracerBase
static Support::Mutex m
 Mutex to provide synchronization. More...
 

Detailed Description

Standard float variable tracer.

Definition at line 1996 of file float.hh.

Constructor & Destructor Documentation

◆ StdFloatTracer()

Gecode::StdFloatTracer::StdFloatTracer ( std::ostream &  os0 = std::cerr)

Definition at line 43 of file tracer.cpp.

Member Function Documentation

◆ init()

void Gecode::StdFloatTracer::init ( const Space home,
const FloatTraceRecorder t 
)
virtual

Definition at line 47 of file tracer.cpp.

◆ prune()

void Gecode::StdFloatTracer::prune ( const Space home,
const FloatTraceRecorder t,
const ViewTraceInfo vti,
int  i,
FloatTraceDelta d 
)
virtual

Definition at line 56 of file tracer.cpp.

◆ fix()

void Gecode::StdFloatTracer::fix ( const Space home,
const FloatTraceRecorder t 
)
virtual

Definition at line 67 of file tracer.cpp.

◆ fail()

void Gecode::StdFloatTracer::fail ( const Space home,
const FloatTraceRecorder t 
)
virtual

Definition at line 85 of file tracer.cpp.

◆ done()

void Gecode::StdFloatTracer::done ( const Space home,
const FloatTraceRecorder t 
)
virtual

Definition at line 103 of file tracer.cpp.

◆ tracer()

Default Gecode::StdFloatTracer::tracer ( printing to std::cerr  )

Member Data Documentation

◆ os

Output stream to use std::ostream& Gecode::StdFloatTracer::os
protected

Definition at line 1999 of file float.hh.


The documentation for this class was generated from the following files: