3
0
Fork 0
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:
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

@ -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;