History log of /seL4-l4v-10.1.1/HOL4/src/HolQbf/QbfConv.sig
Revision Date Author Comments
# 14f46c8f 14-Sep-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Protect some Unicode in a .sig file's comments

.sig files weren't being checked with the call to grep previously.


# 11a4bfb3 07-Nov-2011 Ramana Kumar <ramana.kumar@gmail.com>

Improve HolQbfLib.decide_any

(Progress on #1)

It should now deal with free variables in the input term. Also, fixed a
bug for dealing with a sequence of multiple innermost universal
quantifiers, and in so doing redesigned qbf_prenex_conv substantially.

Also, added another self test and made the self test check for decide_any
check whether an appropriate theorem was produced (rather than assuming
any theorem returned is ok).


# bf6d5fce 04-Nov-2011 Ramana Kumar <ramana.kumar@gmail.com>

Progress on HolQbfLib.decide_any

It should now accept any closed QBF (variables, conjunctions,
disjunctions, implications, quantifiers) as long as all quantified
variables occur somewhere (or maybe even some examples where they
don't).

Improvements to functions in QbfConv welcome.