Gecode::Search::BabCopyEngine Class Reference
#include <bab-copy.hh>
Inherits Gecode::Search::BabEngine.
Detailed Description
Copying branch-and-bound engine implementation.
Definition at line 34 of file bab-copy.hh.
Public Member Functions | |
BabCopyEngine (Space *, size_t) | |
virtual size_t | stacksize (void) const |
Return stack size used by engine. | |
virtual | ~BabCopyEngine (void) |
virtual bool | explore (Space *&, Space *&) |
Search for next better solution |
Constructor & Destructor Documentation
|
Definition at line 25 of file bab-copy.icc. |
|
Definition at line 40 of file bab-copy.cc. |
Member Function Documentation
|
Return stack size used by engine.
Implements Gecode::Search::BabEngine. Definition at line 47 of file bab-copy.cc. |
|
Search for next better solution
If
If Implements Gecode::Search::BabEngine. Definition at line 52 of file bab-copy.cc. |
The documentation for this class was generated from the following files: