mirror of
https://github.com/Z3Prover/z3
synced 2025-07-17 01:46:39 +00:00
Avoid broken stack by degree_lit_num_lt
This commit is contained in:
parent
c1454dc31c
commit
749ea6c67c
1 changed files with 1 additions and 1 deletions
|
@ -2835,7 +2835,7 @@ namespace nlsat {
|
||||||
struct degree_lit_num_lt {
|
struct degree_lit_num_lt {
|
||||||
unsigned_vector & m_degrees;
|
unsigned_vector & m_degrees;
|
||||||
unsigned_vector & m_lit_num;
|
unsigned_vector & m_lit_num;
|
||||||
degree_lit_num_lt(unsigned_vector & ds, unsigned_vector ln) :
|
degree_lit_num_lt(unsigned_vector & ds, unsigned_vector & ln) :
|
||||||
m_degrees(ds),
|
m_degrees(ds),
|
||||||
m_lit_num(ln) {
|
m_lit_num(ln) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue