3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-10 11:41:25 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-01-02 18:02:53 -08:00
parent bd5670a30b
commit 40a4326ad4
20 changed files with 860 additions and 465 deletions

View file

@ -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); }