Open nicolasAmat opened 3 months ago
Hi @nicolasAmat, thank you for letting me know, and sorry for taking a long time to respond - I missed that a new issue has been submitted.
You have configured Amaya correctly. There are numerous things that might have gone wrong inside Amaya. My suspicion is that there might be a problem somewhere in the preprocessing heuristics, but I have not checked these fully.
I will definitely fix the problem and let you know.
Thank you for trying out Amaya. Take care, Michal.
Hi,
I got
UNSAT
verdicts on the following queries from the SMT-LIB repository (non-incremental/QF-LIA
):20180326-Bromberger/more_slacked/CAV_2009_benchmarks/smt/45-vars/v45_problem_2__003.smt2.slack.smt2
20180326-Bromberger/more_slacked/CAV_2009_benchmarks/smt/45-vars/v45_problem__009.smt2.slack.smt2
20180326-Bromberger/more_slacked/CAV_2009_benchmarks/smt/45-vars/v45_problem__017.smt2.slack.smt2
I compared the results with two SMT solvers (
z3
andcvc5
) and both returnedSAT
.I ran the following command :
./run-amaya.py --fast -O all --verbose get-sat <query.smt2>
.Perhaps I am missing something in the use or configuration of
Amaya
.Bellow is the output from
Amaya
:Following the corresponding query in the SMT-LIB format: v45_problem_2__003.smt2.slack.smt2.txt.
Best regards, Nicolas