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:
parent
13f05ae9dc
commit
026065ff71
73 changed files with 1131 additions and 1201 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue