mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
idea w/o implementation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f0984a0736
commit
0fd583f5d2
2 changed files with 20 additions and 61 deletions
|
@ -35,11 +35,6 @@ namespace polysat {
|
|||
virtual bool perform(pvar v, conflict_core& core) = 0;
|
||||
};
|
||||
|
||||
class inf_polynomial_superposition : public inference_engine {
|
||||
public:
|
||||
bool perform(pvar v, conflict_core& core) override;
|
||||
};
|
||||
|
||||
class inf_saturate : public inference_engine {
|
||||
bool push_omega_mul(conflict_core& core, clause_builder& reason, unsigned level, pdd const& x, pdd const& y);
|
||||
signed_constraint ineq(unsigned level, bool strict, pdd const& lhs, pdd const& rhs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue