mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fix errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
734d48fa33
commit
5a8154c156
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
virtual ~solver_na2as();
|
||||
|
||||
void assert_expr_core(expr * t, expr * a) override;
|
||||
virtual void assert_expr_core(expr * t) = 0;
|
||||
// virtual void assert_expr_core(expr * t) = 0;
|
||||
|
||||
// Subclasses of solver_na2as should redefine the following *_core methods instead of these ones.
|
||||
virtual lbool check_sat(unsigned num_assumptions, expr * const * assumptions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue