mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 13:27:01 +00:00
avoid creating full tables when negated variables are unitary, add lazy table infrastructure, fix coi_filter for relations, reduce dependencies on fixedpoing_parameters.hpp header file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0f9160a738
commit
716663b04a
40 changed files with 1221 additions and 126 deletions
|
@ -30,6 +30,7 @@ Revision History:
|
|||
#include "for_each_expr.h"
|
||||
#include "matcher.h"
|
||||
#include "scoped_proof.h"
|
||||
#include "fixedpoint_params.hpp"
|
||||
|
||||
namespace tb {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue