mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
tentatively fix another issue with char signedness as reported in issue #210
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
parent
44105b7aeb
commit
45cfb80d14
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ namespace smt {
|
|||
u_map<bool_var> m_expr2bool_var;
|
||||
#endif
|
||||
ptr_vector<expr> m_bool_var2expr; // bool_var -> expr
|
||||
char_vector m_assignment; //!< mapping literal id -> assignment lbool
|
||||
signed_char_vector m_assignment; //!< mapping literal id -> assignment lbool
|
||||
vector<watch_list> m_watches; //!< per literal
|
||||
vector<clause_set> m_lit_occs; //!< index for backward subsumption
|
||||
svector<bool_var_data> m_bdata; //!< mapping bool_var -> data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue