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:
parent
41d6087f6b
commit
1e3c3dc48f
5 changed files with 76 additions and 50 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue