3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-11 01:35:47 +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

@ -35,9 +35,4 @@ namespace polysat {
return false;
}
bool ve_forbidden_intervals::perform(solver& s, pvar v, conflict_core& core) {
NOT_IMPLEMENTED_YET();
return false;
}
}