3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +00:00

include paths

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-08-05 04:48:32 -07:00
parent aa1df7cba0
commit 1d106ee934

View file

@ -12,10 +12,11 @@ Author:
--*/
#include "math/bigfix/u256.h"
#include "math/polysat/linear_solver.h"
#include "math/polysat/fixplex_def.h"
#include "math/polysat/solver.h"
#include "math/bigfix/u256.h"
namespace polysat {