mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +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
|
@ -29,8 +29,4 @@ namespace polysat {
|
|||
bool perform(solver& s, pvar v, conflict_core& core) override;
|
||||
};
|
||||
|
||||
class ve_forbidden_intervals : public variable_elimination_engine {
|
||||
public:
|
||||
bool perform(solver& s, pvar v, conflict_core& core) override;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue