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

Method appendIf

smt/solver.cpp:274–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273 template <typename T1, typename T2>
274 void appendIf(const char *probe, T1 &&then, T2 &&els) {
275 tactics.appendIf(probe, std::move(then), std::move(els));
276 }
277
278 void add(Z3_ast ast) { goal.add(ast); }
279 void reset_solver() { goal.reset(); }

Callers

nothing calls this directly

Calls 1

appendIfMethod · 0.45

Tested by

no test coverage detected