- 26 Apr, 2010 2 commits
-
-
Andrei Paskevich authored
-
Francois Bobot authored
-
- 24 Apr, 2010 1 commit
-
-
Francois Bobot authored
-
- 23 Apr, 2010 1 commit
-
-
Francois Bobot authored
printer : print_prelude inside printers instead of prover.ml. Required for smt which has its own prelude.
-
- 22 Apr, 2010 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 20 Apr, 2010 1 commit
-
-
MARCHE Claude authored
-
- 19 Apr, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 13 Apr, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 05 Apr, 2010 1 commit
-
-
Andrei Paskevich authored
default actions in case explicit options are missing. The command line has the following structure: why [options] [[file|-] [-t <theory> [-g <goal>]...]...]... Summary: Qualified theories come from the library, not from file. When the driver is not specified, pretty-print theories. When neither --prove nor --output are given, print tasks. When no theory is specified for a file, use every theory. When no goal is specified for a theory, use every goal. Examples: % why.opt [shows usage information] % why.opt test.why [prints the contents of test.why] % why.opt -t int.Int [prints the library theory int.Int] % why.opt -D drivers/z3.drv test.why [sends every task from test.why to stdout] % why.opt -D drivers/z3.drv -o directory test.why [creates ./directory/ if it's does not exist and sends every task to a separate file in ./directory/] % why.opt -D drivers/z3.drv --prove test.why -t ThA [calls the prover for every goal from theory ThA in test.why] % why.opt -D drivers/z3.drv --prove test.why -t ThA -g G1 -g G2 [calls the prover for G1 and G2 from theory ThA in test.why] % why.opt -D drivers/z3.drv -t int.Abs -g G1 test.why -t ThA [prints G1 from int.Abs and every goal from ThA in test.why]
-
- 02 Apr, 2010 1 commit
-
-
Andrei Paskevich authored
It's not more expressive but much nicer than epsilon.
-
- 29 Mar, 2010 2 commits
-
-
Francois Bobot authored
-
Jean-Christophe Filliâtre authored
-
- 25 Mar, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 22 Mar, 2010 2 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
-
- 18 Mar, 2010 2 commits
-
-
Andrei Paskevich authored
Interface consistency is god.
-
Andrei Paskevich authored
-
- 17 Mar, 2010 1 commit
-
-
Andrei Paskevich authored
Update the whole shebang to use the new core modules
-
- 16 Mar, 2010 2 commits
-
-
Francois Bobot authored
main.ml : possibilité de mettre specifier plusieurs theories ou buts split_goals : ajout d'un argument supplémentaire pour ne selectionner que certains buts.
-
Andrei Paskevich authored
- assure generation of new variables on create_ls_defn
-
- 15 Mar, 2010 3 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
- unify Lfunction and Lpredicate (mucho bettar) - separation of prop and fmla - making prop and tvsymbol private aliases of ident
-
MARCHE Claude authored
-
- 12 Mar, 2010 1 commit
-
-
Francois Bobot authored
-
- 11 Mar, 2010 3 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
-
Francois Bobot authored
-
- 10 Mar, 2010 6 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
-
Francois Bobot authored
-
Jean-Christophe Filliâtre authored
No commit message
-
Jean-Christophe Filliâtre authored
-
Francois Bobot authored
-
- 09 Mar, 2010 3 commits
-
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 08 Mar, 2010 3 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Francois Bobot authored
-