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:
parent
9450ac0d18
commit
e6c4ae19c6
5 changed files with 37 additions and 53 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue