3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 04:26:00 +00:00

forbidden intervals only used by viable

This commit is contained in:
Jakob Rath 2022-03-10 16:12:13 +01:00
parent afc711d6ec
commit c648b57493
5 changed files with 10 additions and 9 deletions

View file

@ -31,7 +31,6 @@ Author:
#include "math/polysat/justification.h"
#include "math/polysat/linear_solver.h"
#include "math/polysat/search_state.h"
#include "math/polysat/forbidden_intervals.h"
#include "math/polysat/trail.h"
#include "math/polysat/viable.h"
#include "math/polysat/log.h"
@ -89,7 +88,6 @@ namespace polysat {
conflict m_conflict;
simplify m_simplify;
restart m_restart;
forbidden_intervals m_forbidden_intervals;
bool_var_manager m_bvars; // Map boolean variables to constraints
var_queue m_free_pvars; // free poly vars
stats m_stats;