3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-05 17:47:41 +00:00

Restore mod_interval for fixplex

This commit is contained in:
Jakob Rath 2023-02-01 16:34:25 +01:00
parent 20b5455d08
commit 53bbb49031
4 changed files with 113 additions and 2 deletions

View file

@ -20,7 +20,7 @@ Author:
#include <limits>
#include "math/simplex/sparse_matrix.h"
#include "math/interval/mod_interval.h"
#include "fixplex_mod_interval.h"
#include "util/heap.h"
#include "util/map.h"
#include "util/rational.h"