mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
bool_vector, some spacer tidy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2ed26e8e73
commit
b889b110ee
106 changed files with 239 additions and 266 deletions
|
@ -258,7 +258,7 @@ namespace nlsat {
|
|||
\brief Add literal p != 0 into m_result.
|
||||
*/
|
||||
ptr_vector<poly> m_zero_fs;
|
||||
svector<bool> m_is_even;
|
||||
bool_vector m_is_even;
|
||||
void add_zero_assumption(polynomial_ref & p) {
|
||||
// If p is of the form p1^n1 * ... * pk^nk,
|
||||
// then only the factors that are zero in the current interpretation needed to be considered.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue