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

porting more code

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-02-21 22:43:23 -08:00
parent eec10c6e32
commit d8bb10d37f
3 changed files with 201 additions and 189 deletions

View file

@ -155,6 +155,7 @@ namespace sat {
friend class card_extension;
friend class parallel;
friend class lookahead;
friend class local_search;
friend struct mk_stat;
public:
solver(params_ref const & p, reslimit& l);