Home
last modified time | relevance | path

Searched defs:bandit_context (Results 1 – 1 of 1) sorted by relevance

/dports/math/ogdf/OGDF/test/include/bandit/
H A Dcontext.h24 struct bandit_context : public context { struct
25 bandit_context(const std::string& desc, bool hard_skip_a) in bandit_context() function
28 const std::string& name() override { in name()
32 void execution_is_starting() override { in execution_is_starting()
52 void run_before_eaches() override { in run_before_eaches()
56 void run_after_eaches() override { in run_after_eaches()
60 bool hard_skip() override { in hard_skip()
71 std::string desc_;
72 bool hard_skip_;
73 bool is_executing_;
[all …]