| Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
| // doxy/ or-tools/ src/ constraint_solver/ |
#include <constraint_solver.h>

Public Member Functions | |
| Action () | |
| virtual | ~Action () |
| virtual void | Run (Solver *const s)=0 |
| The main callback of the class. | |
| virtual string | DebugString () const |
| Action class. | |
It is separated from the standard google callback class because of its specific memory management.
Definition at line 3187 of file constraint_solver.h.
| operations_research::Action::Action | ( | ) | [inline] |
Definition at line 3189 of file constraint_solver.h.
| virtual operations_research::Action::~Action | ( | ) | [inline, virtual] |
Definition at line 3190 of file constraint_solver.h.
| virtual void operations_research::Action::Run | ( | Solver *const | s | ) | [pure virtual] |
The main callback of the class.
| string operations_research::Action::DebugString | ( | ) | const [virtual] |
Action class.
Reimplemented from operations_research::BaseObject.
Definition at line 131 of file constraint_solver.cc.