History log of /seL4-l4v-master/HOL4/src/metis/mlibModel.sig
Revision Date Author Comments
# 82c76808 21-Jan-2004 Joe Hurd <joe@gilith.com>

* Implemented a HOL specific finite model, which knows about
numbers, lists and sets.
* Removed multiple provers: METIS_TAC is now solely based on ordered
resolution.


# 706836b9 14-Jan-2004 Joe Hurd <joe@gilith.com>

Latest version of METIS_TAC.

The biggest change is that scheduling provers is done by number of
inferences, not time used, so METIS_TAC is now completely
deterministic. If it works for you on a subgoal, it will work every
time HOL4 is built.


# e475071e 20-Oct-2003 Joe Hurd <joe@gilith.com>

New version of Metis:

+ Uses finite models to guide clause selection in resolution.
+ A Metis test for when HOL is compiled using MLton.