mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
sls
This commit is contained in:
parent
5ebcc3e447
commit
3e57a9ce1e
4 changed files with 205 additions and 175 deletions
|
@ -43,7 +43,7 @@ class hilbert_basis {
|
|||
typedef vector<numeral> num_vector;
|
||||
static checked_int64<check> to_numeral(rational const& r) {
|
||||
if (!r.is_int64()) {
|
||||
throw checked_int64<check>::overflow_exception();
|
||||
throw overflow_exception();
|
||||
}
|
||||
return checked_int64<check>(r.get_int64());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue