3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00

fix coefficient extraction and passing in Farkas lemmas, thanks to H. F. Bryant

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-07-07 09:28:47 -07:00
parent 68663fd97a
commit 0ab102cbec
3 changed files with 18 additions and 2 deletions

View file

@ -251,6 +251,7 @@ namespace arith {
lp::explanation m_explanation;
vector<nla::lemma> m_nla_lemma_vector;
literal_vector m_core, m_core2;
vector<rational> m_coeffs;
svector<enode_pair> m_eqs;
vector<parameter> m_params;
nla::lemma m_lemma;