3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-07 05:44:51 +00:00
This commit is contained in:
Nuno Lopes 2026-02-17 14:20:12 +00:00
parent 6db067ca67
commit fdc5793509
3 changed files with 3 additions and 2 deletions

View file

@ -35,6 +35,7 @@ Notes:
#include "util/ref_buffer.h"
#include "util/common_msgs.h"
#include <memory>
#include <numeric>
namespace polynomial {

View file

@ -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"

View file

@ -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 {