mirror of
https://github.com/Z3Prover/z3
synced 2025-10-27 17:59:24 +00:00
arith_solver (#4733)
* porting arithmetic solver * integrating arithmetic * lp Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * na Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * na Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * na Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2841796a92
commit
44679d8f5b
33 changed files with 3172 additions and 403 deletions
|
|
@ -134,6 +134,8 @@ struct static_features {
|
|||
m_num_theories++;
|
||||
}
|
||||
}
|
||||
|
||||
void check_array(sort* s);
|
||||
|
||||
void acc_num(rational const & r) {
|
||||
if (r.is_neg())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue