3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

adding more nlsat

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-05-23 18:50:18 -07:00
parent db54cab8b2
commit e231f4bc87
3 changed files with 76 additions and 17 deletions

View file

@ -21,10 +21,10 @@ Revision History:
#ifndef NLSAT_SOLVER_H_
#define NLSAT_SOLVER_H_
#include"nlsat_types.h"
#include"params.h"
#include"statistics.h"
#include"rlimit.h"
#include"nlsat/nlsat_types.h"
#include"util/params.h"
#include"util/statistics.h"
#include"util/rlimit.h"
namespace nlsat {

View file

@ -19,10 +19,10 @@ Revision History:
#ifndef NLSAT_TYPES_H_
#define NLSAT_TYPES_H_
#include"polynomial.h"
#include"buffer.h"
#include"sat_types.h"
#include"z3_exception.h"
#include"math/polynomial/polynomial.h"
#include"util/buffer.h"
#include"sat/sat_types.h"
#include"util/z3_exception.h"
namespace algebraic_numbers {
class anum;