- Gecode
- Driver
- ScriptGetInfo

Class to send solution information to CPProfiler for a script. More...
#include <script.hpp>
Public Member Functions | |
| ScriptGetInfo (void) | |
| Initialize. More... | |
| virtual std::string | getInfo (const Space &home) const |
| Return info for a space (which must be a script) More... | |
Public Member Functions inherited from Gecode::CPProfilerSearchTracer::GetInfo | |
| GetInfo (void) | |
| Initialize. More... | |
| virtual | ~GetInfo (void) |
| Delete. More... | |
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... | |
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.