- 12 Jul, 2010 2 commits
-
-
Andrei Paskevich authored
This allows to have one line less in transformations.
-
Jean-Christophe Filliâtre authored
-
- 09 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
- bring driver syntax closer to that of theories - some simple API improvements
-
- 08 Jul, 2010 2 commits
-
-
Francois Bobot authored
Since its already incorrect no encoding for simplify, and also no trigger because its buggy inside simplify
-
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
-
-
Jean-Christophe Filliâtre authored
-
- 15 Jun, 2010 2 commits
-
-
Francois Bobot authored
alt-ergo : trigger pas sur l'égalité
-
Francois Bobot authored
-
- 27 May, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 26 May, 2010 1 commit
-
-
MARCHE Claude authored
-
- 25 May, 2010 3 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 20 May, 2010 1 commit
-
-
MARCHE Claude authored
-
- 17 May, 2010 2 commits
-
-
Francois Bobot authored
traitemant des triggers dans encoding decorate (des cas pathologiques peuvent aboutir a des quantifications non totales
-
Jean-Christophe Filliâtre authored
-
- 12 May, 2010 3 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
-
Jean-Christophe Filliâtre authored
-
- 11 May, 2010 1 commit
-
-
Simon Cruanes authored
corrected bug in tptp parser (associativity)
-
- 07 May, 2010 1 commit
-
-
Simon Cruanes authored
code is still quite ugly, and more testing is required
-
- 05 May, 2010 1 commit
-
-
Simon Cruanes authored
-
- 30 Apr, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 29 Apr, 2010 3 commits
-
-
Simon Cruanes authored
added eprover to solvers refactoring and cleaning in tptp printer
-
Simon Cruanes authored
tptp output now manages 0-arity functors, and lowercase functor names
-
Simon Cruanes authored
-
- 28 Apr, 2010 3 commits
-
-
Andrei Paskevich authored
-
Simon Cruanes authored
The printer exists but is not yet usable.
-
Simon Cruanes authored
-
- 26 Apr, 2010 3 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Francois Bobot authored
-
- 25 Apr, 2010 2 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
-
- 24 Apr, 2010 1 commit
-
-
Francois Bobot authored
-
- 23 Apr, 2010 2 commits
-
-
Francois Bobot authored
printer : print_prelude inside printers instead of prover.ml. Required for smt which has its own prelude.
-
Francois Bobot authored
-
- 22 Apr, 2010 1 commit
-
-
Andrei Paskevich authored
-