Use the ogdf::SpannerIteratedWrapper to execute the ogdf::SpannerBaswanaSen algorithm up to 1000 times. More...
#include <ogdf/graphalg/SpannerBaswanaSen.h>
Public Member Functions | |
SpannerBaswanaSenIterated () | |
Public Member Functions inherited from ogdf::SpannerIteratedWrapper< TWeight > | |
SpannerIteratedWrapper (SpannerModule< TWeight > *module, int maxIterations) | |
Initializes the wrapper. | |
int | getExecutedIterations () |
virtual bool | preconditionsOk (const GraphAttributes &GA, double stretch, std::string &error) override |
Public Member Functions inherited from ogdf::SpannerModule< TWeight > | |
SpannerModule () | |
Initializes a spanner module. | |
virtual | ~SpannerModule () |
virtual ReturnType | call (const GraphAttributes &GA, double stretch, GraphCopySimple &spanner, EdgeArray< bool > &inSpanner) |
Executes the algorithm. | |
int64_t | getTimeNeeded () |
void | setTimelimit (int64_t milliseconds) |
Sets the timelimit for the algorithm in milliseconds. | |
Public Member Functions inherited from ogdf::Module | |
Module () | |
Initializes a module. | |
virtual | ~Module () |
Use the ogdf::SpannerIteratedWrapper to execute the ogdf::SpannerBaswanaSen algorithm up to 1000 times.
Definition at line 312 of file SpannerBaswanaSen.h.
|
inline |
Definition at line 314 of file SpannerBaswanaSen.h.