3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-16 07:45:27 +00:00

tangent lemma

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2019-01-22 16:36:48 -08:00 committed by Lev Nachmanson
parent d630b06933
commit 4886acfae5
2 changed files with 216 additions and 183 deletions

View file

@ -41,7 +41,7 @@ public:
}
}
void add_coeff_var(unsigned j) {
void add_var(unsigned j) {
rational c(1);
add_coeff_var(c, j);
}