- 02 Aug, 2012 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 31 Jul, 2012 2 commits
-
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
- 30 Jul, 2012 1 commit
-
-
Leon Gondelman authored
-
- 28 Jul, 2012 12 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 27 Jul, 2012 4 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 26 Jul, 2012 4 commits
-
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
(does not make much sense without polymorphism)
-
- 25 Jul, 2012 4 commits
-
-
Jean-Christophe Filliâtre authored
Coq realization for int.Power (mostly to keep Coq proofs that were in power.mlw)
-
François Bobot authored
-
François Bobot authored
prover shortcuts: the shortcuts information can be in the prover section in order to reduce the number of section in why3.conf
-
Jean-Christophe Filliâtre authored
-
- 24 Jul, 2012 4 commits
-
-
Jean-Christophe Filliâtre authored
-
Andrei Paskevich authored
-
François Bobot authored
-
Jean-Christophe Filliâtre authored
side-effect: function syntax in driver now accepts %v0, %v1, etc. for type variable instantiations (order is given by variable name)
-
- 23 Jul, 2012 7 commits
-
-
Jean-Christophe Filliâtre authored
-
François Bobot authored
-
Jean-Christophe Filliâtre authored
simplified example mjrty.mlw using that module
-
François Bobot authored
shortcuts are defined in why3.conf. They are automatically generated using two mechanism: - a shortcut section in prover-detection-data.conf creates a shortcut for the first prover that match the regexp - the identifier used as family argument for the prover section in prover-detection-data.conf is used as shortcut for the prover. If different sections use the same argument the first one that match an existing prover is used for the shortcut.
-
François Bobot authored
Remove the id in prover that is used only for command-line, use instead the name,version,alternative of the prover. One can also use regular expression (start with ^). "Alt-Ergo,0.92,with arrays" corresponds only to one prover "Alt-Ergo,^0\.9.*,with arrays" correspond to all the Alt-Ergo prover with arrays which version match "0\.9.*" "Alt-Ergo" is the same thing than "Alt-Ergo,^,^" "Alt-Ergo,0.92," corresponds only to one prover with the alternate fields empty "Alt-Ergo,,with arrays" corresponds to "Alt-Ergo,^,with arrays" since the version is never empty. Provers identification are case sensitive even if it is currently more complicated for the user because case-insensitiveness is not sufficient. Specifiying "alt-ergo" for "Alt-Ergo,^,^" is great, but not if there is more than one match. A more general system of shortcut would be more appropriate.
-
François Bobot authored
-
François Bobot authored
-