- 22 Oct, 2013 1 commit
-
-
MARCHE Claude authored
-
- 06 Aug, 2013 1 commit
-
-
Andrei Paskevich authored
in a series of tests on available examples, lightweight polymorphism encoding techniques combined with a more agressive generation of monomorphic instances (via Discriminate) show better results than our earlier defaults. In the same commit: - remove Encoding_explicit (unsound), Encoding_decoexp (too naive), and Encoding_instantiate (subsumed by Discriminate) - rename Encoding_decorate to Encoding_tags_full and Encoding_guard to Encoding_guards_full - move Encoding_guards_full specific functions from Libencoding to Encoding_guards_full - do not apply type protection in "encoding_tptp" and remove Protect_finite which is not needed anymore.
-
- 06 Mar, 2013 1 commit
-
-
Andrei Paskevich authored
-
- 29 Oct, 2012 1 commit
-
-
Andrei Paskevich authored
-
- 26 Oct, 2012 1 commit
-
-
Andrei Paskevich authored
-
- 21 Oct, 2012 1 commit
-
-
Andrei Paskevich authored
Util now is a small module containing misc functions.
-
- 20 Oct, 2012 1 commit
-
-
Andrei Paskevich authored
+ create AUTHORS file + fix the linking exception in LICENSE + update the "About" in IDE + remove the trailing whitespace + inflate my scores at Ohloh
-
- 11 Sep, 2012 1 commit
-
-
Claude Marche authored
-
- 20 Aug, 2012 1 commit
-
-
François Bobot authored
- add functions to Hashtbl.S - without ocaml 3.12 its not possible to do that for Hashtbl without copying the signature - "open Stdlib" hides the polymorphic hashtbl, perhaps a good idea since that avoid errors.
-
- 03 Aug, 2012 1 commit
-
-
François Bobot authored
(metas, debug flags, transformations, formats) except for label. This description is used in --list-*. The description can use any of the formatting markup of Format "@ " "@[",... Transformations can also specify from which metas and labels they depend, and add informations about how they are interpreted. TODO: - complete and correct the documentation - when a transformation use Trans.on_meta, it should be possible to add an interpretation of the metas in the documentation. - recover a summary version of --list-* ? - be able to export in latex?
-
- 04 Jul, 2012 1 commit
-
-
Andrei Paskevich authored
-
- 09 Apr, 2012 1 commit
-
-
MARCHE Claude authored
-
- 01 Jul, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 15 Jun, 2011 1 commit
-
-
Andrei Paskevich authored
in particular, there is no more need to define intermediate sorts or to close the set of protected types wrt subtyping
-
- 10 Jun, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 05 Jun, 2011 1 commit
-
-
Andrei Paskevich authored
What was its purpose in the first place? Integers are protected in Simplify anyway and then we can simply forget the difference between the infinite sorts (as we do in encoding_tptp).
-
- 03 Jun, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 24 May, 2011 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 15 May, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 03 May, 2011 1 commit
-
-
François Bobot authored
-
- 29 Apr, 2011 1 commit
-
-
François Bobot authored
-
- 27 Apr, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 22 Apr, 2011 1 commit
-
-
François Bobot authored
-
- 16 Feb, 2011 1 commit
-
-
François Bobot authored
-
- 15 Feb, 2011 1 commit
-
-
François Bobot authored
TPTP/simplify : explicit not anymore the default
-
- 03 Feb, 2011 1 commit
-
-
François Bobot authored
Currently only in the driver z3_array.drv
-
- 26 Jan, 2011 1 commit
-
-
François Bobot authored
-
- 26 Dec, 2010 4 commits
-
-
François Bobot authored
-
Andrei Paskevich authored
-
François Bobot authored
-
François Bobot authored
-
- 13 Dec, 2010 1 commit
-
-
MARCHE Claude authored
-
- 17 Nov, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 02 Sep, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 23 Aug, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 17 Aug, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 16 Aug, 2010 1 commit
-
-
Francois Bobot 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.
-
- 06 Jul, 2010 1 commit
-
-
Francois Bobot authored
-