3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-06 19:21:22 +00:00

adjust cuts and branch (m_t and m_k) for terms

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-09-14 12:39:46 -07:00
parent 257ba6218f
commit 26764b076f
4 changed files with 24 additions and 7 deletions

View file

@ -160,5 +160,5 @@ public:
bool hnf_has_var_with_non_integral_value() const;
bool hnf_cutter_is_full() const;
void patch_nbasic_column(unsigned j, bool patch_only_int_vals);
};
};
}