3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

Fixed build problems with .vcxproj

This commit is contained in:
Christoph M. Wintersteiger 2017-08-01 15:53:55 +01:00
parent 72c478078e
commit 6bc5209e26
4 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@
#include "util/lp/implied_bound.h"
#include "util/lp/test_bound_analyzer.h"
#include <functional>
#include "util/lp/bound_propagator.h"
#include "util/lp/lp_bound_propagator.h"
// We have an equality : sum by j of row[j]*x[j] = rs
// We try to pin a var by pushing the total by using the variable bounds
// In a loop we drive the partial sum down, denoting the variables of this process by _u.