mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +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
|
@ -31,6 +31,10 @@ Revision History:
|
|||
#include "util/statistics.h"
|
||||
#include "util/params.h"
|
||||
|
||||
namespace pb {
|
||||
class solver;
|
||||
}
|
||||
|
||||
namespace sat {
|
||||
class solver;
|
||||
|
||||
|
@ -50,7 +54,7 @@ namespace sat {
|
|||
};
|
||||
|
||||
class simplifier {
|
||||
friend class ba_solver;
|
||||
friend class pb::solver;
|
||||
friend class elim_vars;
|
||||
solver & s;
|
||||
unsigned m_num_calls;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue