mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
get-universe
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6a5cdd48e7
commit
3e773fba5e
2 changed files with 2 additions and 2 deletions
|
@ -6485,7 +6485,7 @@ class ModelRef(Z3PPObject):
|
||||||
sat
|
sat
|
||||||
>>> m = s.model()
|
>>> m = s.model()
|
||||||
>>> m.get_universe(A)
|
>>> m.get_universe(A)
|
||||||
[A!val!0, A!val!1]
|
[A!val!1, A!val!0]
|
||||||
"""
|
"""
|
||||||
if z3_debug():
|
if z3_debug():
|
||||||
_z3_assert(isinstance(s, SortRef), "Z3 sort expected")
|
_z3_assert(isinstance(s, SortRef), "Z3 sort expected")
|
||||||
|
|
|
@ -259,7 +259,7 @@ namespace lp {
|
||||||
bool int_gcd_test::accumulate_parity(const row_strip<mpq> & row, unsigned least_idx) {
|
bool int_gcd_test::accumulate_parity(const row_strip<mpq> & row, unsigned least_idx) {
|
||||||
|
|
||||||
// remove this line to enable new functionality.
|
// remove this line to enable new functionality.
|
||||||
return true;
|
// return true;
|
||||||
|
|
||||||
mpq modulus(0);
|
mpq modulus(0);
|
||||||
bool least_sign = false;
|
bool least_sign = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue