Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Aug 13, 2020
1 parent 2c02264 commit a892e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/tactic2solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class tactic2solver : public solver_na2as {
}

expr_ref_vector get_trail() override {
throw default_exception("cannot retrieve trail from solvers created using tactcis");
throw default_exception("cannot retrieve trail from solvers created using tactics");
}

expr_ref get_implied_value(expr* e) override {
Expand Down

0 comments on commit a892e47

Please sign in to comment.