3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 04:26:00 +00:00

streamline pb solver interface and naming after removal of xor

This commit is contained in:
Nikolaj Bjorner 2021-02-28 12:32:04 -08:00
parent 13f05ae9dc
commit 026065ff71
73 changed files with 1131 additions and 1201 deletions

View file

@ -47,6 +47,10 @@ Revision History:
#include "util/scoped_ptr_vector.h"
#include "util/scoped_limit_trail.h"
namespace pb {
class solver;
};
namespace sat {
/**
@ -210,7 +214,7 @@ namespace sat {
friend class probing;
friend class simplifier;
friend class scc;
friend class ba_solver;
friend class pb::solver;
friend class anf_simplifier;
friend class cut_simplifier;
friend class parallel;