mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
5da2169a0e
commit
0fa04179d0
1 changed files with 2 additions and 0 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue