KeYProject / key

KeY Theorem Prover for Deductive Java Verification
https://key-project.org
Other
48 stars 25 forks source link

CVC 3/4 support broken in tests #521

Closed wadoon closed 8 months ago

wadoon commented 1 year ago

This issue was created at git.key-project.org where the discussions are preserved.


Description

The SMT tests for cvc3 abort with

.java.lang.RuntimeException: Error while executing CVC: *** Error while processing a command line option: at de.uka.ilkd.key.smt.SolverType$3.messageIncoming(SolverType.java:501) at de.uka.ilkd.key.smt.Pipe$Receiver.deliverMessage(Pipe.java:224) at de.uka.ilkd.key.smt.Pipe$Receiver.doWork(Pipe.java:208) at de.uka.ilkd.key.smt.Pipe$Worker.run(Pipe.java:103)

that is also the reason why the Hudson builds took 7 hours.

Files

Notes

(at)rbubel at 2014-02-05

CVC Version: 2.4.1

(at)grahl at 2014-02-05

The command line parameters for version 2.4.1 use a different schema as for older versions. The implementation in key.smt.SolverType should make this distinction.

Parameters for 2.4.1 should be: -lang smt -interactive ... for older versions: +lang smt +model +int

(at)grahl at 2014-07-01

Fixed #1349, but test cases still fail...

(at)grahl at 2014-07-01

... but they run through on my local machine.

(at)grahl at 2014-07-28

Same for CVC4.

Invoking the solver from a proof works just fine, but test cases run forever.

History

Attributes


View in Mantis


Information:

WolframPfeifer commented 8 months ago

This is no longer relevant.