mirror of
https://github.com/Z3Prover/z3
synced 2025-06-02 20:31:21 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8c2735e68b
commit
934564882c
4 changed files with 46 additions and 12 deletions
|
@ -27,7 +27,6 @@ namespace polysat {
|
|||
* \param[out] fi "forbidden interval" record that captures values not allowed for v
|
||||
* \returns True iff a forbidden interval exists and the output parameters were set.
|
||||
*/
|
||||
|
||||
bool forbidden_intervals::get_interval(signed_constraint const& c, pvar v, fi_record& fi) {
|
||||
if (!c->is_ule())
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue