JobShopProbe Class Reference
Model for probing. More...
Public Member Functions | |
| JobShopProbe (const JobShopOptions &o) | |
| Actual model. | |
| void | branch (unsigned int p, Rnd r) |
| JobShopProbe (JobShopProbe &s) | |
| Constructor for cloning s. | |
| virtual Space * | copy (void) |
| Copy during cloning. | |
Detailed Description
Model for probing.
Definition at line 363 of file job-shop.cpp.
Constructor & Destructor Documentation
| JobShopProbe::JobShopProbe | ( | const JobShopOptions & | o | ) | [inline] |
Actual model.
Definition at line 366 of file job-shop.cpp.
| JobShopProbe::JobShopProbe | ( | JobShopProbe & | s | ) | [inline] |
Constructor for cloning s.
Definition at line 399 of file job-shop.cpp.
Member Function Documentation
| void JobShopProbe::branch | ( | unsigned int | p, | |
| Rnd | r | |||
| ) | [inline] |
Definition at line 370 of file job-shop.cpp.
| virtual Space* JobShopProbe::copy | ( | void | ) | [inline, virtual] |
Copy during cloning.
Definition at line 403 of file job-shop.cpp.
The documentation for this class was generated from the following file:
- examples/job-shop.cpp
