3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-02 02:48:47 +00:00

enable fixed propagation from inequalities

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-08-14 11:58:19 -07:00
parent 41d6087f6b
commit 1e3c3dc48f
5 changed files with 76 additions and 50 deletions

View file

@ -17,6 +17,7 @@ Author:
#include "math/polysat/fixplex_def.h"
#include "math/polysat/solver.h"
inline unsigned numeral2hash(u256 const& n) { return n.hash(); }
namespace polysat {