mirror of
https://github.com/Z3Prover/z3
synced 2025-09-10 11:41:25 +00:00
add anf
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bd5670a30b
commit
40a4326ad4
20 changed files with 860 additions and 465 deletions
|
@ -104,6 +104,7 @@ public:
|
|||
|
||||
private:
|
||||
void basic_solve();
|
||||
unsigned_vector gray(unsigned n);
|
||||
};
|
||||
|
||||
inline std::ostream& operator<<(std::ostream& out, bit_matrix& m) { return m.display(out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue