- 25 Apr, 2019 7 commits
-
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
Sylvain Dailler authored
Also add tests for not, true and false
-
Sylvain Dailler authored
-
Sylvain Dailler authored
This takes into account that "introduce" actually split negative conjunctions.
-
- 24 Apr, 2019 1 commit
-
-
Sylvain Dailler authored
-
- 23 Apr, 2019 2 commits
-
-
Sylvain Dailler authored
This is implemented using an attribute that is detected when a transformation introduces the hypothesis. Added for assertion_kind and requires.
-
Sylvain Dailler authored
This shows where the colors/cursor are located on the source code when selecting a goal. This also contains an experimental oracle based bench for keeping track of this information.
-
- 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
-