mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 17:54:43 +00:00
prepare revised primal phase
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
41ad1d50f9
commit
d45c7ce082
6 changed files with 411 additions and 96 deletions
|
@ -211,6 +211,15 @@ namespace smt {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
template<typename Ext>
|
||||
bool theory_arith<Ext>::valid_assignment() const {
|
||||
return
|
||||
valid_row_assignment() &&
|
||||
satisfy_bounds() &&
|
||||
satisfy_integrality();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue