- 23 Apr, 2019 1 commit
-
-
Sylvain Dailler authored
This is implemented using an attribute that is detected when a transformation introduces the hypothesis. Added for assertion_kind and requires.
-
- 17 Apr, 2019 1 commit
-
-
Sylvain Dailler authored
-
- 15 Apr, 2019 2 commits
-
-
Sylvain Dailler authored
This allows a strategy to call provers with the default timelimit/memlimit parameter. Example: "c CVC4,1.5 %t %m" Remove set_session_timelimit/memlimit from server_utils: put them in controller_itp so that they directly edit the configuration of the controller. Edit parser of strategies to allow %t and %m.
-
Sylvain Dailler authored
-
- 14 Apr, 2019 1 commit
-
-
Mário Pereira authored
-
- 12 Apr, 2019 1 commit
-
-
MARCHE Claude authored
-
- 11 Apr, 2019 2 commits
-
-
Sylvain Dailler authored
This command is added only in the Tools menu. It is not in the context menu and it cannot be called from the command line. Calling this will trigger a popup to prevent users mistake.
-
Sylvain Dailler authored
-
- 10 Apr, 2019 1 commit
-
-
Sylvain Dailler authored
-
- 09 Apr, 2019 1 commit
-
-
Sylvain Dailler authored
Replace split_all_full by split_vc as first transformation used by Auto
-
- 01 Apr, 2019 4 commits
-
-
Sylvain Dailler authored
-
Andrei Paskevich authored
-
Sylvain Dailler authored
This adapts the ConnectionError exception to output a nice message in Why3 * src/driver/prove_client.ml Register the new exception so that it is nicely printed. Change-Id: I9483fd0bf2561eaed007432b1eb982e7fd086486 (cherry picked from commit 4df80c1501cf304f1e20981bdb5f6f4e0b258b44)
-
Johannes Kanig authored
When the socket file cannot be created, raise an exception instead of exiting. This allows a nice error message to be printed. * prove_client.ml (client_connect): in case of error, do not exit, but raise exception Change-Id: I83fb36a431bf4d854a23d93b0b870fa3d0db7526 (cherry picked from commit b18ffc3f742cf8738533994119857328e7dc8633)
-
- 31 Mar, 2019 1 commit
-
-
Sylvain Dailler authored
Add an option in the preferences to disallow the automatic jump after a goal is completed. Jump can still be performed by calling next in command line.
-
- 27 Mar, 2019 1 commit
-
-
Sylvain Dailler authored
Also fix induction_pr_arg so that it adds the right attribute inside the goal.
-
- 26 Mar, 2019 3 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
Sylvain Dailler authored
This helps *only* to provide clearer error messages.
-
- 25 Mar, 2019 7 commits
-
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
This fixes a bug that printed an empty string for 0 if the number of digits was unspecified.
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 21 Mar, 2019 2 commits
-
-
Raphael Rieu-Helft authored
-
Sylvain Dailler authored
This was triggering a popup when too many arguments are given to a transformation (because the exception was considered fatal by default).
-
- 18 Mar, 2019 3 commits
-
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
François Bobot authored
instead of lablgtk3.sourceview3
-
- 15 Mar, 2019 1 commit
-
-
Sylvain Dailler authored
It was previously possible to keep a constant when there was a removed symbol in its definition. This changes makes removals be propagated to other constants. This patch mainly adds a variable that keeps track of already removed declarations.
-
- 14 Mar, 2019 4 commits
-
-
Sylvain Dailler authored
-
François Bobot authored
-
François Bobot authored
-
Mário Pereira authored
proper extraction of named and optional arguments in functions with polymorphic arguments.
-
- 13 Mar, 2019 3 commits
-
-
Raphael Rieu-Helft authored
-
Guillaume Melquiond authored
As many computations as possible are now performed in Why3, so that the parameters of the "fixed" rounding operator are literals once sent to Gappa.
-
Guillaume Melquiond authored
This transformation also substitutes using all the equalities of the form "f x... = t" with f an unrecognized symbol.
-
- 11 Mar, 2019 1 commit
-
-
Raphael Rieu-Helft authored
-