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

Method exec

smt/solver.cpp:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 TacticResult exec(const Goal &goal) const override {
190 dbg() << "\nApplying " << name << endl;
191 Tactic to(Z3_tactic_or_else(ctx(),
192 Tactic(Z3_tactic_try_for(ctx(), t, 10000)).t,
193 Tactic(Z3_tactic_skip(ctx())).t));
194 return Z3_tactic_apply(ctx(), to.t, goal.goal);
195 }
196};
197
198

Callers

nothing calls this directly

Calls 1

TacticClass · 0.85

Tested by

no test coverage detected