Generated on for Gecode by doxygen 1.17.0
Gecode::CPProfilerSearchTracer::GetInfo Class Referenceabstract

Class to send solution information to CPProfiler. More...

#include <gecode/search.hh>

Public Member Functions

 GetInfo (void)
 Initialize.
virtual std::string getInfo (const Space &home) const =0
 Return info for a space.
virtual ~GetInfo (void)
 Delete.

Additional Inherited Members

Static Public Member Functions inherited from Gecode::HeapAllocated
static void * operator new (size_t s)
 Memory management.
static void operator delete (void *p)
 Free memory allocated from heap.

Detailed Description

Class to send solution information to CPProfiler.

Definition at line 427 of file search.hh.

Constructor & Destructor Documentation

◆ GetInfo()

Gecode::CPProfilerSearchTracer::GetInfo::GetInfo ( void )

Initialize.

◆ ~GetInfo()

virtual Gecode::CPProfilerSearchTracer::GetInfo::~GetInfo ( void )
virtual

Delete.

Member Function Documentation

◆ getInfo()

virtual std::string Gecode::CPProfilerSearchTracer::GetInfo::getInfo ( const Space & home) const
pure virtual

Return info for a space.

Implemented in Gecode::Driver::ScriptGetInfo< BaseSpace >.


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