mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
typo
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2c02264a94
commit
a892e4793b
|
@ -94,7 +94,7 @@ public:
|
|||
}
|
||||
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue