3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-07 16:31:55 +00:00

working on card for sat

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-01-30 14:03:27 -08:00
parent a412a554eb
commit 92e2d920fd
8 changed files with 839 additions and 12 deletions

View file

@ -145,6 +145,7 @@ namespace sat {
friend class probing;
friend class iff3_finder;
friend class mus;
friend class card_extension;
friend struct mk_stat;
public:
solver(params_ref const & p, reslimit& l, extension * ext);