#include <CaDesigner.h>

Definition at line 359 of file CaDesigner.h.
Public Member Functions | ||||
| SolutionsCountStop (CaDesigner *solver, int minCountOfSolutions) | ||||
| ||||
| virtual | ~SolutionsCountStop () | |||
| virtual void | notify () | |||
| Event notification, usually called by object implementing ISubject interface. | ||||
Private Attributes | ||||
| Private * | d | |||
| SolutionsCountStop | ( | CaDesigner * | solver, | |
| int | minCountOfSolutions | |||
| ) |
| solver | Observed solver. |
| minCountOfSolutions | Count of solutions to stop solver after. |
Definition at line 513 of file CaDesigner.cpp.
| ~SolutionsCountStop | ( | ) | [virtual] |
Definition at line 520 of file CaDesigner.cpp.
| void notify | ( | ) | [virtual] |
Event notification, usually called by object implementing ISubject interface.
Implements IObserver.
Definition at line 524 of file CaDesigner.cpp.
Private* d [private] |
Definition at line 370 of file CaDesigner.h.
1.5.4