3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 03:57:51 +00:00

move into separate component

This commit is contained in:
Jakob Rath 2022-03-10 16:10:56 +01:00
parent d4a28d4553
commit afc711d6ec
7 changed files with 98 additions and 34 deletions

View file

@ -23,7 +23,7 @@ Author:
#include "math/polysat/types.h"
#include "math/polysat/conflict.h"
#include "math/polysat/constraint.h"
#include "math/polysat/univariate_solver.h"
#include "math/polysat/univariate/univariate_solver.h"
namespace polysat {
@ -33,7 +33,6 @@ namespace polysat {
friend class test_fi;
solver& s;
scoped_ptr<univariate_solver_factory> m_univariate_solver_factory;
struct entry : public dll_base<entry>, public fi_record {
entry() : fi_record({ eval_interval::full(), {}, {}, rational::one()}) {}