mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Fixed gcc compilation bug, add exec flag
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8aecd2f71a
commit
6ffaadd498
|
@ -641,7 +641,7 @@ namespace datalog {
|
|||
expr_ref trace(m), path(m);
|
||||
trace = m.mk_const(symbol("trace"), trace_sort);
|
||||
path = m.mk_const(symbol("path"),m_path_sort);
|
||||
assert_expr(m.mk_app(q, trace, path));
|
||||
assert_expr(m.mk_app(q, trace.get(), path.get()));
|
||||
lbool is_sat = m_solver.check();
|
||||
if (is_sat == l_undef) {
|
||||
model_ref md;
|
||||
|
|
0
test_capi/build.sh
Normal file → Executable file
0
test_capi/build.sh
Normal file → Executable file
Loading…
Reference in a new issue