3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-26 11:06:04 -07:00
parent 5da2169a0e
commit 0fa04179d0

View file

@ -215,6 +215,8 @@ namespace smt {
template<typename Ext>
bool theory_arith<Ext>::valid_assignment() const {
if (get_manager().canceled())
return true;
if (valid_row_assignment() &&
satisfy_bounds() &&
satisfy_integrality()) {