- 29 Jun, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 11 Jun, 2011 1 commit
-
-
Andrei Paskevich authored
- create_env_of_loadpath is now provided in Env instead of Lexer - find_channel functions now depend on format to determine the suitable extensions
-
- 24 May, 2011 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 21 Apr, 2011 1 commit
-
-
François Bobot authored
of a file into a driver include "toto.drv.import"
-
- 15 Mar, 2011 1 commit
-
-
François Bobot authored
with the task pretty printed, it reduce the set of axioms to a minimal set of declaration which still prove the goal and pretty print it. Currently it does the bisection on the goal already prepared for the prover
-
- 20 Feb, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 26 Dec, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 21 Dec, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 16 Dec, 2010 1 commit
-
-
François Bobot authored
"%h:%m:%s:%i" (i for mIlliseconds) Spass does'nt give cputime but wallclock. eprover doesn't always give time. so use cpulimit_time for them. add %b for the memlimit in bytes
-
- 15 Dec, 2010 1 commit
-
-
François Bobot authored
from the prover output the time used by the prover. An intermediate format "h:m:s" is used to accept more output than only seconds.
-
- 13 Dec, 2010 1 commit
-
-
MARCHE Claude authored
-
- 04 Dec, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 30 Nov, 2010 1 commit
-
-
François Bobot authored
tested in the same order as they appear in the file.
-
- 17 Nov, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 09 Sep, 2010 1 commit
-
-
MARCHE Claude authored
-
- 02 Sep, 2010 1 commit
-
-
MARCHE Claude authored
-
- 31 Aug, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 27 Aug, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 26 Aug, 2010 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 16 Aug, 2010 1 commit
-
-
Francois Bobot authored
-
- 29 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
also, add some (*commented*) memoization debugging output
-
- 15 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 09 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
- bring driver syntax closer to that of theories - some simple API improvements
-
- 08 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
- everything is converted to the new shiny way of doing things. Well, everything except Gappa, which seems very unifinished anyway, and Encoding_instantiate, which is too complex and would like to update it with François. Also, I commented a little piece of exception reporting in manager/, will see it with Claude. THIS IS STILL A WORK IN PROGRESS! Please inform me about any bugs, ugly APIs, and proposed corrections. All the non-implemented things, mentioned in the previous commit message are still in the TODO list and will be done soon.
-
- 07 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
- dependent transformations (ones that depend on cloning history and/or metaproperties) have now the same type Trans.trans and can be registered via Trans, too. - load_driver accumulates appropriate tdecls to be appended to tasks before transformation/printing. At this moment, we have almost everything in place and are ready to remove Register module (subsumed by Trans and Printer in core/) and Prover module (its functions will move to Driver), and convert all printers and transformations to use the new infrastructure. Not implemented yet: - appending driver-imposed tdecls to tasks - when and where? - metas-options - what is the best way to implement them? - syntax/typing for metas in theories and drivers.
-
- 04 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
- introduce a new Theory.tdecl "Meta" to be used for tags - simplify cloning procedure, get rid of the th_clone field - when a goal proposition is discarded during cloning, it's still keeped in the theory as a "skip proposition", this is needed to preserve/clone every local identifier. Skip propositions are eliminated during task formation. - get rid of a separate Task.tdecl type - reorganize the Task.task_hd record: * use/clone history is cached in a theory-keyed map; * meta-properties are cached in a tagname-keyed map. This is done to simplify the fine-grained configuration of transformations.
-
- 17 Jun, 2010 1 commit
-
-
Francois Bobot authored
-
- 06 May, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 28 Apr, 2010 2 commits
-
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
- 26 Apr, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 23 Apr, 2010 1 commit
-
-
Andrei Paskevich authored
- convert Trans and Register to use weak memoization
-
- 22 Apr, 2010 3 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Francois Bobot authored
Driver : fix compose dans le bon sens
-
- 21 Apr, 2010 4 commits
-
-
Andrei Paskevich authored
- apply transformations in Driver at print_task/prove_task
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-