3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

add an include

This commit is contained in:
Lev Nachmanson 2023-09-17 13:14:36 -07:00
parent 10095a30b7
commit af8d192392

View file

@ -9,6 +9,7 @@
#include "math/lp/lp_settings.h"
#include "util/uint_set.h"
#include "math/lp/implied_bound.h"
#include <vector>
namespace lp {
template <typename T>
class lp_bound_propagator {