Converts text into corresponding 1D algorithm function pointer. More...
#include <oned/parse.hpp>
Converts text into corresponding 1D algorithm function pointer.
Static Public Attributes | |
static T(*)(int, Pr const &, int, int *, T) | parseName (const std::string &name) |
Given a 1D algorithm name string, returns proper partitioning function pointer. |
T(*)(int, Pr const&, int, int *, T) oned::Parser< T, Pr >::parseName(const std::string &name) [static] |
Given a 1D algorithm name string, returns proper partitioning function pointer.
name | Algorithm name. Currently valid names are: NICOL-MINUS, NICOL, NICOL-PLUS, REC-BISECT, GREEDY-BISECT, DIRECT-CUT, DIRECT-CUT-REF-B |