mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
debug emons
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
ef6fd1cf8e
commit
1ab3957eea
19 changed files with 203 additions and 196 deletions
|
@ -47,13 +47,13 @@ struct tangents: common {
|
|||
|
||||
tangents(core *core);
|
||||
|
||||
void generate_simple_tangent_lemma(const signed_vars* rm);
|
||||
void generate_simple_tangent_lemma(const smon* rm);
|
||||
|
||||
void tangent_lemma();
|
||||
|
||||
void generate_explanations_of_tang_lemma(const signed_vars& rm, const bfc& bf, lp::explanation& exp);
|
||||
void generate_explanations_of_tang_lemma(const smon& rm, const bfc& bf, lp::explanation& exp);
|
||||
|
||||
void tangent_lemma_bf(const bfc& bf, lpvar j, const rational& sign, const signed_vars* rm);
|
||||
void tangent_lemma_bf(const bfc& bf, lpvar j, const rational& sign, const smon* rm);
|
||||
void generate_tang_plane(const rational & a, const rational& b, const factor& x, const factor& y, bool below, lpvar j, const rational& j_sign);
|
||||
|
||||
void generate_two_tang_lines(const bfc & bf, const point& xy, const rational& sign, lpvar j);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue