1EKB_GINSERT(1) User Commands EKB_GINSERT(1)
2
3
4
6 ekb_ginsert - manual page for ekb_ginsert 2.6-DEBUG
7
9 ekb_ginsert [options] [name]
10
12 ekb_ginsert 2.6-DEBUG
13
14 Generate a set of training examples from an E inference list (i.e. an
15 EPCL trace of a proof run) and insert it into a knowledge base.
16
17 Options
18
19 -h
20
21 --help
22
23 Print a short description of program usage and options.
24
25 -V
26
27 --version
28
29 Print the version number of the program.
30
31 -v
32
33 --verbose[=<arg>]
34
35 Verbose comments on the progress of the program. The short form
36 or the long form without the optional argument is equivalent to
37 --verbose=1.
38
39 -n <arg>
40
41 --name=<arg>
42
43 Give the name of the new problem. If not given, the program will
44 take the name of the first input file, or, if <stdin> is read, a
45 name of the form '__problem__i', where i is magically computed
46 from the existing knowledge base.
47
48 -k <arg>
49
50 --knowledge-base=<arg>
51
52 Select the knowledge base. If not given, select E_KNOWLEDGE.
53
55 Report bugs to <schulz@eprover.org>. Please include the following, if
56 possible:
57
58 * The version of the package as reported by eprover --version.
59
60 * The operating system and version.
61
62 * The exact command line that leads to the unexpected behaviour.
63
64 * A description of what you expected and what actually happend.
65
66 * If possible all input files necessary to reproduce the bug.
67
69 Copyright 1998-2021 by Stephan Schulz, schulz@eprover.org, and the E
70 contributors (see DOC/CONTRIBUTORS).
71
72 This program is a part of the distribution of the equational theorem
73 prover E. You can find the latest version of the E distribution as well
74 as additional information at http://www.eprover.org
75
76 This program is free software; you can redistribute it and/or modify it
77 under the terms of the GNU General Public License as published by the
78 Free Software Foundation; either version 2 of the License, or (at your
79 option) any later version.
80
81 This program is distributed in the hope that it will be useful, but
82 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
83 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
84 Public License for more details.
85
86 You should have received a copy of the GNU General Public License along
87 with this program (it should be contained in the top level directory of
88 the distribution in the file COPYING); if not, write to the Free Soft‐
89 ware Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
90 02111-1307 USA
91
92 The original copyright holder can be contacted via email or as
93
94 Stephan Schulz DHBW Stuttgart Fakultaet Technik Informatik Rote‐
95 buehlplatz 41 70178 Stuttgart Germany
96
97
98
99ekb_ginsert 2.6-DEBUG July 2023 EKB_GINSERT(1)