Wraps the search for the minimum parameter k so that the same code can be reused for all algorithms. More...
#include <ogdf/graphalg/NodeColoringModule.h>
Inheritance diagram for ogdf::NodeColoringModule::SearchWrapper:Public Member Functions | |
| virtual bool | step (int k)=0 |
| Performs a step in the search procedure. | |
Wraps the search for the minimum parameter k so that the same code can be reused for all algorithms.
Definition at line 196 of file NodeColoringModule.h.
|
pure virtual |
Performs a step in the search procedure.
It gives feedback if the search was successful or not with the given parameter.
| k | The given parameter |
Implemented in ogdf::NodeColoringBergerRompel::SearchWrapperBergerRompel, ogdf::NodeColoringHalldorsson::SearchWrapperHalldorsson, and ogdf::NodeColoringWigderson::SearchWrapperWigderson.