mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 23:05:46 +00:00
fix for github issue 83
This commit is contained in:
parent
cd8f82ebc2
commit
caa616f11b
3 changed files with 23 additions and 1 deletions
|
@ -424,6 +424,8 @@ class iz3mgr {
|
|||
|
||||
void get_farkas_coeffs(const ast &proof, std::vector<rational>& rats);
|
||||
|
||||
void get_broken_gcd_test_coeffs(const ast &proof, std::vector<rational>& rats);
|
||||
|
||||
void get_assign_bounds_coeffs(const ast &proof, std::vector<rational>& rats);
|
||||
|
||||
void get_assign_bounds_coeffs(const ast &proof, std::vector<ast>& rats);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue