3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-13 02:34:43 +00:00

first pass on normalization

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-12-07 14:38:09 -08:00
parent 6300d82224
commit da348fe1c0
10 changed files with 539 additions and 72 deletions

View file

@ -92,6 +92,8 @@ public:
bool is_ge(app* a) const;
bool is_ge(app* a, rational& k) const;
rational get_coeff(app* a, unsigned index);
private:
rational to_rational(parameter const& p) const;
};