mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
push blocking code to optimizer context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b0fddd8e60
commit
bc44bcad10
11 changed files with 152 additions and 49 deletions
|
@ -127,6 +127,10 @@ class inf_eps_rational {
|
|||
return m_r.get_uint64();
|
||||
}
|
||||
|
||||
Numeral const& get_numeral() const {
|
||||
return m_r;
|
||||
}
|
||||
|
||||
rational const& get_rational() const {
|
||||
return m_r.get_rational();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue