-
The code in Keymaera main function:
https://github.com/LS-Lab/KeYmaeraX-release/blob/7056de7778013c51e72cc4edae0b133f9b92b2f5/keymaerax-webui/src/main/scala/edu/cmu/cs/ls/keymaerax/launcher/KeYmaeraX…
-
The ultimate fix is to eventually upgrade to SBT 1.0.0, which should be done regardless because 0.13.6 is quite old.
I tried to perform this update but ran into some issues.
Unfortunately, upgra…
-
Could someone kindly let me know where I can find the semantics for the "^@" symbol used in the KeYmaeraX language?
-
Quick fix: add a `System.exit()` to the end of the `prove()` method in `launcher/KeYmaeraX.scala`.
-
Running "prove with associated tactic" on the first tutorial model (00: Forward Driving Car) with KeYmaera X running locally on Windows 10 with 32-bit JVM produces the following error message:
> We…
-
@aplatzer @smitsch : Good news: the new [free-for-personal-use Wolfram Engine](https://www.wolfram.com/engine/) works as a QE backend with the following settings on Mac OS X:
```
MATHEMATICA_LINK_…
-
Replace the Regex-based stand-in with a proper parser (in the style of KeYmaera X parser or the Bellerophon parser).
-
When running on certain NRA benchmarks, the options `--full-saturate-quant --cbqi-nested-qe` result in an assertion failure:
```
(error "Assertion failure.
bool CVC4::theory::quantifiers::CegInstan…
-
With Mathematica 11.2 installed, KeYmaera X still suggests some /.../11.0 directory.
-
I am building sally. Yices and libpoly are successfully found during the configuration step (but not MathSAT), and `make` succeeds, but I get lots of failures from `make check`. Is this to be expected…