SteelMill::SteelMillBranch Class Reference
Custom brancher for steel mill slab design. More...
Classes | |
class | Choice |
Choice More... | |
Public Member Functions | |
virtual bool | status (const Space &home) const |
Check status of brancher, return true if alternatives left. | |
virtual Gecode::Choice * | choice (Space &home) |
Return choice. | |
virtual Choice * | choice (const Space &, Archive &e) |
Return choice from e. | |
virtual ExecStatus | commit (Space &home, const Gecode::Choice &_c, unsigned int a) |
Perform commit for choice _c and alternative a. | |
virtual Actor * | copy (Space &home, bool share) |
Copy brancher. | |
virtual size_t | dispose (Space &) |
Delete brancher and return its size. | |
Static Public Member Functions | |
static void | post (Home home) |
Post brancher. | |
Protected Member Functions | |
SteelMillBranch (Home home) | |
Construct brancher. | |
SteelMillBranch (Space &home, bool share, SteelMillBranch &b) | |
Copy constructor. | |
Protected Attributes | |
int | start |
Cache of first unassigned value. |
Detailed Description
Custom brancher for steel mill slab design.
This class implements a custom brancher for SteelMill that considers all slabs with no order assigned to it currently to be symmetric.
Definition at line 319 of file steel-mill.cpp.
Constructor & Destructor Documentation
SteelMill::SteelMillBranch::SteelMillBranch | ( | Home | home | ) | [inline, protected] |
Construct brancher.
Definition at line 347 of file steel-mill.cpp.
SteelMill::SteelMillBranch::SteelMillBranch | ( | Space & | home, | |
bool | share, | |||
SteelMillBranch & | b | |||
) | [inline, protected] |
Copy constructor.
Definition at line 350 of file steel-mill.cpp.
Member Function Documentation
virtual bool SteelMill::SteelMillBranch::status | ( | const Space & | home | ) | const [inline, virtual] |
Check status of brancher, return true if alternatives left.
Implements Gecode::Brancher.
Definition at line 356 of file steel-mill.cpp.
virtual Gecode::Choice* SteelMill::SteelMillBranch::choice | ( | Space & | home | ) | [inline, virtual] |
virtual ExecStatus SteelMill::SteelMillBranch::commit | ( | Space & | home, | |
const Gecode::Choice & | _c, | |||
unsigned int | a | |||
) | [inline, virtual] |
Perform commit for choice _c and alternative a.
Implements Gecode::Brancher.
Definition at line 402 of file steel-mill.cpp.
static void SteelMill::SteelMillBranch::post | ( | Home | home | ) | [inline, static] |
Post brancher.
Definition at line 418 of file steel-mill.cpp.
virtual size_t SteelMill::SteelMillBranch::dispose | ( | Space & | ) | [inline, virtual] |
Delete brancher and return its size.
Reimplemented from Gecode::Actor.
Definition at line 422 of file steel-mill.cpp.
Member Data Documentation
int SteelMill::SteelMillBranch::start [mutable, protected] |
Cache of first unassigned value.
Definition at line 322 of file steel-mill.cpp.
The documentation for this class was generated from the following file:
- examples/steel-mill.cpp (Revision: 12001)