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

Method check

smt/solver.cpp:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 void reset_solver() { goal.reset(); }
280
281 void check() {
282 if (tactic_verbose)
283 goal = tactics.exec(goal).toGoal();
284 }
285
286 Z3_solver getSolver() const {
287 return Z3_mk_solver_from_tactic(ctx(), tactics.t);

Callers

nothing calls this directly

Calls 2

toGoalMethod · 0.80
execMethod · 0.45

Tested by

no test coverage detected