Event type for reporting models via generic event handler. More...
#include <misc_types.h>
Public Member Functions | |
ModelEvent (const Model &m, const Solver &s) | |
Public Attributes | |
const Model * | model |
Event type for reporting models via generic event handler.
Definition at line 76 of file misc_types.h.
Clasp::ModelEvent::ModelEvent | ( | const Model & | m, |
const Solver & | s | ||
) | [inline] |
Definition at line 77 of file misc_types.h.
const Model* Clasp::ModelEvent::model |
Definition at line 78 of file misc_types.h.