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:
parent
afc711d6ec
commit
c648b57493
5 changed files with 10 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue