Searched refs:functions (Results 176 - 200 of 695) sorted by relevance

1234567891011>>

/seL4-l4v-10.1.1/HOL4/src/HolSmt/
H A DZ3_ProofParser.sml25 (* auxiliary functions *)
57 might parse certain terms (namely those containing functions
119 additional parsing functions are no longer necessary. *)
410 declared in the SMT-LIB benchmark) to lists of parsing functions
/seL4-l4v-10.1.1/HOL4/src/datatype/
H A DDatatypeSimps.sig46 (* The functions mk_type_exists_thm_tyinfo,
/seL4-l4v-10.1.1/HOL4/src/integer/
H A DCooperMath.sig69 (* These two functions both factor out integers from sums
/seL4-l4v-10.1.1/HOL4/src/lite/
H A DliteLib.sig35 * Some extra list functions *
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DmlibMatch.sml40 else raise Error "match: can't match two different functions"
H A DmlibSubst.sml16 (* Helper functions. *)
H A DmlibUnits.sml17 (* Auxiliary functions. *)
H A DnormalForms.sig185 (* NEW_SKOLEM_CONST_RULE puts the two functions together. *)
/seL4-l4v-10.1.1/HOL4/src/parse/
H A DPreterm.sig39 resolving overloading. The two printing functions are used to
/seL4-l4v-10.1.1/HOL4/src/simp/src/
H A DOpening.sig50 * Some subterms may be functions which we want
/seL4-l4v-10.1.1/HOL4/tools/Holmake/
H A Dinternal_functions.sig67 evaluated to strings to allow for functions (like if) that don't
/seL4-l4v-10.1.1/HOL4/tools/
H A Dbuild.sml46 Some useful file-system utility functions
/seL4-l4v-10.1.1/HOL4/tools-poly/poly/
H A DHelp.sig2 (* Help -- on-line help functions *)
/seL4-l4v-10.1.1/HOL4/examples/temporal_deep/src/examples/
H A DmodelCheck.sml120 (*Similar functions exists also for PSL*)
/seL4-l4v-10.1.1/HOL4/Manual/Translations/IT/Description/
H A DHolSat.tex110 {\tt tautLib} predates {\tt{HolSatLib}} by over a decade. It used a Boolean case analysis algorithm suggested by Tom Melham and implemented by R.~J.~Boulton. This algorithm has since been superseded and the functions in the {\tt tautLib} signature now act as wrappers around calls to {\tt{HolSatLib}}. However, the wrappers are able to provide the following extra functionality on top of {\tt{HolSatLib}}:
121 The ZChaff SAT solver has a proof production mode and is supported by {\tt{HolSatLib}}. However, the ZChaff end user license is not compatible with the \HOL{} license, so we are unable to distribute it with \HOL{}. If you wish to use ZChaff, download and unpack it in the directory {\tt src/HolSat/sat\_solvers/} under the main \HOL{} directory, and compile it with proof production mode enabled (which is not the default). This should create a binary {\tt zchaff} in the directory {\tt src/HolSat/sat\_solvers/zchaff/}. ZChaff can now be used as the external proof engine instead of MiniSat, by using the HolSatLib functions described above, prefixed with a ``{\tt Z}'', e.g., {\tt ZSAT\_PROVE}.
129 The functions described above are wrappers for the function \texttt{GEN\_SAT}, which is the single entry point for {\tt{HolSatLib}}. \texttt{GEN\_SAT} can be used directly if more flexibility is required. \texttt{GEN\_SAT} takes a single argument, of type \texttt{sat\_config}, defined in \texttt{satConfig.sml}. This is an opaque record type, currently containing the following fields:
152 A special value \texttt{base\_config~:~sat\_config} is provided for which the term is \texttt{T}, the solver is MiniSat, the options are unset, the CNF flag is false and the proof flag is true. This value can be inspected and modified using getter and setter functions provided in \texttt{src/HolSat/satConfig.sig}. For example, to invoke ZChaff (assuming it is installed), on a file \texttt{unsat.cnf} containing an unsatisfiable problem, we do:
/seL4-l4v-10.1.1/HOL4/examples/MLsyntax/
H A DMLScript.sml103 A simple collection of functions for finding the variables
/seL4-l4v-10.1.1/HOL4/polyml/mlsource/MLCompiler/
H A DDEBUGGERSIG.sml68 (* Exported functions that appear in PolyML.DebuggerInterface. *)
H A DLEXSIG.sml55 (* To save passing an extra argument to many functions we include the
/seL4-l4v-10.1.1/HOL4/polyml/mlsource/extra/Win/
H A DCaret.sml20 (* Caret functions. *)
/seL4-l4v-10.1.1/isabelle/src/Doc/Tutorial/document/
H A Dpreface.tex21 also describes Isabelle/HOL's treatment of sets, functions and
H A Dtypes0.tex38 common interface: all types in that class must provide the functions
/seL4-l4v-10.1.1/l4v/isabelle/src/Doc/Tutorial/document/
H A Dpreface.tex21 also describes Isabelle/HOL's treatment of sets, functions and
H A Dtypes0.tex38 common interface: all types in that class must provide the functions
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DFormula.sig43 val functions : formula -> NameAritySet.set value
H A DLiteral.sig39 val functions : literal -> NameAritySet.set value

Completed in 112 milliseconds

1234567891011>>