File: meson_brand.doc

package info (click to toggle)
hol-light 20170109-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 36,568 kB
  • ctags: 8,549
  • sloc: ml: 540,018; cpp: 439; lisp: 286; java: 279; makefile: 262; sh: 229; yacc: 108; perl: 78; ansic: 57; sed: 39
file content (32 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\DOC meson_brand

\TYPE {meson_brand : bool ref}

\SYNOPSIS
Makes {MESON} handle equations using Brand's transformation.

\DESCRIBE
This is one of several parameters determining the behavior of {MESON},
{MESON_TAC} and related rules and tactics. When {meson_brand} is {true},
equations are handled inside {MESON} by applying Brand's transformation. When
it is {false}, as it is by default, equations are handled in a more ``naive''
way, which nevertheless appears generally better.

\FAILURE
Not applicable.

\USES
For users requiring fine control over the algorithms used in {MESON}'s
first-order proof search.

\COMMENTS
For more details of Brand's modification, see his paper ``Proving theorems with
the modification method'', SIAM Journal on Computing volume 4, 1975.
See also Moser and Steinbach's Munich technical report ``STE-modification
revisited'' (AR-97-03, 1997) for another look at the subject.

\SEEALSO
meson_chatty, meson_dcutin, meson_depth, meson_prefine, meson_skew,
meson_split_limit,

\ENDDOC