3
0
Fork 0
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:
Nikolaj Bjorner 2021-09-07 15:49:29 +02:00
parent 9450ac0d18
commit e6c4ae19c6
5 changed files with 37 additions and 53 deletions

View file

@ -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;
};
}