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>
Public Member Functions | |
virtual bool | step (int k)=0 |
Performs a step in the search procedure. More... | |
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::NodeColoringWigderson::SearchWrapperWigderson, ogdf::NodeColoringBergerRompel::SearchWrapperBergerRompel, and ogdf::NodeColoringHalldorsson::SearchWrapperHalldorsson.