mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix build break
This commit is contained in:
parent
33525007ab
commit
6f346bf804
5 changed files with 28 additions and 8 deletions
|
@ -7,7 +7,7 @@ Module Name:
|
|||
|
||||
Abstract:
|
||||
|
||||
Clause and literals
|
||||
Literals, clauses, justifications for quantifier instantiation
|
||||
|
||||
Author:
|
||||
|
||||
|
@ -49,7 +49,6 @@ namespace q {
|
|||
euf::enode* const* nodes() { return m_nodes; }
|
||||
|
||||
euf::enode* operator[](unsigned i) const { return m_nodes[i]; }
|
||||
|
||||
};
|
||||
|
||||
struct clause {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue