src/HOL/Mirabelle/doc/options.txt
author wenzelm
Wed, 30 Sep 2009 00:27:19 +0200
changeset 32770 c6e6a4665ff5
parent 32574 719426c9e1eb
permissions -rw-r--r--
made SML/NJ happy;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32469
1ad7d4fc0954 Mirabelle: added preliminary documentation,
boehmes
parents:
diff changeset
     1
Options for sledgehammer:
1ad7d4fc0954 Mirabelle: added preliminary documentation,
boehmes
parents:
diff changeset
     2
1ad7d4fc0954 Mirabelle: added preliminary documentation,
boehmes
parents:
diff changeset
     3
  * prover=NAME: name of the external prover to call
32574
719426c9e1eb added hard timeout for sledgehammer based on elapsed time (no need to trust ATP's timeout handling);
boehmes
parents: 32541
diff changeset
     4
  * prover_timeout=TIME: timeout for invoked ATP (seconds of process time)
719426c9e1eb added hard timeout for sledgehammer based on elapsed time (no need to trust ATP's timeout handling);
boehmes
parents: 32541
diff changeset
     5
  * prover_hard_timeout=TIME: timeout for invoked ATP (seconds of elapsed time)
32469
1ad7d4fc0954 Mirabelle: added preliminary documentation,
boehmes
parents:
diff changeset
     6
  * keep=PATH: path where to keep temporary files created by sledgehammer 
32525
ea322e847633 added signature ATP_MINIMAL,
boehmes
parents: 32522
diff changeset
     7
  * full_types: enable full-typed encoding
ea322e847633 added signature ATP_MINIMAL,
boehmes
parents: 32522
diff changeset
     8
  * minimize: enable minimization of theorem set found by sledgehammer
32574
719426c9e1eb added hard timeout for sledgehammer based on elapsed time (no need to trust ATP's timeout handling);
boehmes
parents: 32541
diff changeset
     9
  * minimize_timeout=TIME: timeout for each minimization step (seconds of
719426c9e1eb added hard timeout for sledgehammer based on elapsed time (no need to trust ATP's timeout handling);
boehmes
parents: 32541
diff changeset
    10
    process time)
32522
1b70db55c811 Mirabelle: command-line action options may either be key=value or just key
boehmes
parents: 32511
diff changeset
    11
  * metis: apply metis with the theorems found by sledgehammer