Class to send solution information to CPProfiler for a script. More...
#include <script.hpp>
Public Member Functions | |
ScriptGetInfo (void) | |
Initialize. | |
virtual std::string | getInfo (const Space &home) const |
Return info for a space (which must be a script) | |
![]() | |
GetInfo (void) | |
Initialize. | |
virtual | ~GetInfo (void) |
Delete. | |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t s) |
Memory management. | |
static void | operator delete (void *p) |
Free memory allocated from heap. | |
Class to send solution information to CPProfiler for a script.
Definition at line 217 of file script.hpp.
Gecode::Driver::ScriptGetInfo< BaseSpace >::ScriptGetInfo | ( | void | ) |
Initialize.
Definition at line 263 of file script.hpp.
|
virtual |
Return info for a space (which must be a script)
Implements Gecode::CPProfilerSearchTracer::GetInfo.
Definition at line 267 of file script.hpp.