MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / exec

Method exec

smt/solver.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 p(std::move(p)), then(std::move(then)), els(std::move(els)) {}
206
207 TacticResult exec(const Goal &goal) const override {
208 bool probe = p.check(goal);
209 dbg() << "\nProbe " << p.name << (probe ? " is true\n" : " is false\n");
210 return (probe ? then : els)->exec(goal);
211 }
212};
213
214

Callers

nothing calls this directly

Calls 2

checkMethod · 0.45
execMethod · 0.45

Tested by

no test coverage detected