mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
fix
This commit is contained in:
parent
e6e655f0eb
commit
2f0d74fca8
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ namespace polysat {
|
|||
pvar v;
|
||||
unsigned num_args;
|
||||
unsigned args_idx;
|
||||
unsigned next_args_idx() const { args_idx + num_args; }
|
||||
unsigned next_args_idx() const { return args_idx + num_args; }
|
||||
};
|
||||
svector<concat_info> m_concat_trail;
|
||||
svector<pvar> m_concat_args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue