mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
Add clean_denominators procedure
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
d60f2db116
commit
1d761ea9a5
3 changed files with 373 additions and 28 deletions
|
@ -263,6 +263,8 @@ namespace realclosure {
|
|||
|
||||
|
||||
void display_interval(std::ostream & out, numeral const & a) const;
|
||||
|
||||
void clean_denominators(numeral const & a, numeral & p, numeral & q);
|
||||
};
|
||||
|
||||
class value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue