3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-08-13 12:48:13 -07:00
parent 2c02264a94
commit a892e4793b

View file

@ -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 {