|
template<class Label >
requires std::convertible_to<Label, std::size_t> |
std::weak_ordering | sequoia::testing::to_ordering (Label From, Label To, inverted_ordering invert) |
|
template<maths::network Graph, class Label , class Fn >
requires std::convertible_to<Label, std::size_t> |
void | sequoia::testing::add_transition (Graph &g, Label From, Label To, std::string_view message, Fn f, std::weak_ordering ordering) |
|
template<maths::network Graph, class Label , class Fn >
requires std::convertible_to<Label, std::size_t> |
void | sequoia::testing::add_transition (Graph &g, Label From, Label To, std::string_view message, Fn f) |
|
template<class Coords , maths::network Graph, class Label , class Fn >
requires std::is_invocable_r_v<Coords, Fn, Coords> && std::convertible_to<Label, std::size_t> |
void | sequoia::testing::add_transition (Graph &g, Label From, Label To, std::string_view message, Fn f, inverted_ordering invert={}) |
|