mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 04:45:52 +00:00
stab at forbidden intervals
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9450ac0d18
commit
e6c4ae19c6
5 changed files with 37 additions and 53 deletions
|
@ -16,13 +16,13 @@ Author:
|
|||
#pragma once
|
||||
#include "math/polysat/constraint.h"
|
||||
#include "math/polysat/solver.h"
|
||||
#include "math/polysat/variable_elimination.h"
|
||||
|
||||
namespace polysat {
|
||||
|
||||
class forbidden_intervals {
|
||||
|
||||
class forbidden_intervals : public variable_elimination_engine {
|
||||
void full_interval_conflict(signed_constraint c, signed_constraint neg_cond, conflict_core& core);
|
||||
public:
|
||||
static bool explain(solver& s, vector<signed_constraint> const& conflict, pvar v, clause_ref& out_lemma);
|
||||
|
||||
bool perform(solver& s, pvar v, conflict_core& core) override;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue