mirror of
https://github.com/Z3Prover/z3
synced 2025-09-02 16:20:41 +00:00
fix #1874 by removing nnf.skolemize option
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
70f3fa36c5
commit
5b51e69137
5 changed files with 47 additions and 56 deletions
|
@ -569,8 +569,6 @@ namespace sat {
|
|||
|
||||
private:
|
||||
|
||||
unsigned get_hash() const;
|
||||
|
||||
typedef hashtable<unsigned, u_hash, u_eq> index_set;
|
||||
|
||||
u_map<index_set> m_antecedents;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue