mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +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
|
@ -23,6 +23,10 @@ Notes:
|
|||
#include "util/small_object_allocator.h"
|
||||
#include "sat/sat_elim_eqs.h"
|
||||
|
||||
namespace pb {
|
||||
class solver;
|
||||
};
|
||||
|
||||
namespace sat {
|
||||
|
||||
struct pp_prefix {
|
||||
|
@ -66,7 +70,7 @@ namespace sat {
|
|||
reslimit m_rlimit;
|
||||
|
||||
friend class ccc;
|
||||
friend class ba_solver;
|
||||
friend class pb::solver;
|
||||
|
||||
struct config {
|
||||
double m_dl_success;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue