mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
Fixed build problems with .vcxproj
This commit is contained in:
parent
72c478078e
commit
6bc5209e26
|
@ -3046,6 +3046,7 @@ def mk_vs_proj_cl_compile(f, name, components, debug):
|
||||||
else:
|
else:
|
||||||
f.write(';')
|
f.write(';')
|
||||||
f.write(get_component(dep).to_src_dir)
|
f.write(get_component(dep).to_src_dir)
|
||||||
|
f.write(';%s\n' % os.path.join(REV_BUILD_DIR, SRC_DIR))
|
||||||
f.write('</AdditionalIncludeDirectories>\n')
|
f.write('</AdditionalIncludeDirectories>\n')
|
||||||
f.write(' </ClCompile>\n')
|
f.write(' </ClCompile>\n')
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#include "util/lp/implied_bound.h"
|
#include "util/lp/implied_bound.h"
|
||||||
#include "util/lp/test_bound_analyzer.h"
|
#include "util/lp/test_bound_analyzer.h"
|
||||||
#include <functional>
|
#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 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
|
// 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.
|
// In a loop we drive the partial sum down, denoting the variables of this process by _u.
|
||||||
|
|
Loading…
Reference in a new issue