mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
454d20d23e
commit
fa93bc419d
14 changed files with 47 additions and 49 deletions
|
@ -152,7 +152,9 @@ namespace datalog {
|
|||
return mc;
|
||||
}
|
||||
|
||||
virtual void display(std::ostream& out) { out << "(add-invariant-model-converter)\n"; }
|
||||
void display(std::ostream& out) override {
|
||||
out << "(add-invariant-model-converter)\n";
|
||||
}
|
||||
|
||||
private:
|
||||
void mk_body(matrix const& M, expr_ref& body) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue