
Model for probing. More...
Public Member Functions | |
| JobShopProbe (const JobShopOptions &o) | |
| Actual model. More... | |
| void | branch (unsigned int p, Rnd r) |
| JobShopProbe (JobShopProbe &s) | |
| Constructor for cloning s. More... | |
| virtual Space * | copy (void) |
| Copy during cloning. More... | |
Public Member Functions inherited from JobShopBase | |
| JobShopBase (const JobShopOptions &o) | |
| Actual model. More... | |
| void | nooverload (void) |
| Do not overload machines. More... | |
| virtual IntVar | cost (void) const |
| Return cost. More... | |
| JobShopBase (JobShopBase &s) | |
| Constructor for cloning s. More... | |
| virtual void | print (std::ostream &os) const |
| Print solution. More... | |
Public Member Functions inherited from Gecode::Driver::ScriptBase< BaseSpace > | |
| ScriptBase (const Options &opt) | |
| Constructor. More... | |
| ScriptBase (ScriptBase &e) | |
| Constructor used for cloning. More... | |
| virtual void | compare (const Space &home, std::ostream &os) const |
| Compare with s. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Gecode::Driver::ScriptBase< BaseSpace > | |
| static std::ostream & | select_ostream (const char *sn, std::ofstream &ofs) |
| Choose output stream according to sn. More... | |
| template<class Script , template< class > class Engine, class Options > | |
| static void | run (const Options &opt, Script *s=NULL) |
Protected Attributes inherited from JobShopBase | |
| const JobShopOptions & | opt |
| Options. More... | |
| const Spec | spec |
| Specification. More... | |
| IntVarArray | start |
| Start times for each step in a job. More... | |
| IntVar | makespan |
| Makespan. More... | |
Model for probing.
Definition at line 363 of file job-shop.cpp.
|
inline |
Actual model.
Definition at line 366 of file job-shop.cpp.
|
inline |
Constructor for cloning s.
Definition at line 399 of file job-shop.cpp.
|
inline |
Definition at line 370 of file job-shop.cpp.
|
inlinevirtual |
Copy during cloning.
Definition at line 403 of file job-shop.cpp.