mirror of
https://github.com/Z3Prover/z3
synced 2026-03-07 05:44:51 +00:00
fixes
This commit is contained in:
parent
6db067ca67
commit
fdc5793509
3 changed files with 3 additions and 2 deletions
|
|
@ -35,6 +35,7 @@ Notes:
|
|||
#include "util/ref_buffer.h"
|
||||
#include "util/common_msgs.h"
|
||||
#include <memory>
|
||||
#include <numeric>
|
||||
|
||||
namespace polynomial {
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ Author:
|
|||
--*/
|
||||
|
||||
#include <cmath>
|
||||
#include "util/mpz.h"
|
||||
#include <numeric>
|
||||
#include "sat/sat_types.h"
|
||||
#include "sat/smt/pb_solver.h"
|
||||
#include "sat/smt/euf_solver.h"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Notes:
|
|||
#include "ast/rewriter/pb_rewriter_def.h"
|
||||
#include "math/simplex/sparse_matrix_def.h"
|
||||
#include "math/simplex/simplex_def.h"
|
||||
|
||||
#include <numeric>
|
||||
|
||||
namespace smt {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue