summaryrefslogtreecommitdiff
path: root/doc/SmtEngine.3cvc_template.in
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-29 16:19:01 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-29 16:19:01 +0000
commit304bdf18169ab0070ddbd6d4c9ebea8be46314b1 (patch)
treeaafd60116b04155a8affd917c05eb7f39462351e /doc/SmtEngine.3cvc_template.in
parent90351f11da6c36184a3f6339ce066038459026a1 (diff)
draft RELEASE-NOTES file, and minor release stuff
Diffstat (limited to 'doc/SmtEngine.3cvc_template.in')
-rw-r--r--doc/SmtEngine.3cvc_template.in51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/SmtEngine.3cvc_template.in b/doc/SmtEngine.3cvc_template.in
new file mode 100644
index 000000000..99b0451f6
--- /dev/null
+++ b/doc/SmtEngine.3cvc_template.in
@@ -0,0 +1,51 @@
+.\" Process this file with
+.\" groff -man -Tascii SmtEngine.3cvc4
+.\"
+.TH SMTENGINE 3cvc4 "@MAN_DATE@" "CVC4 release @VERSION@" "CVC4 Library Interfaces"
+.SH NAME
+SmtEngine \- the primary interface to CVC4's theorem-proving capabilities
+.SH DESCRIPTION
+.B SmtEngine
+is the main entry point into the CVC4 theorem prover API.
+
+.SH SMTENGINE OPTIONS
+
+The SmtEngine is in charge of setting and getting information and options.
+Numerous options are available via the
+.I SmtEngine::setOption()
+call.
+.I SmtEngine::setOption()
+and
+.I SmtEngine::getOption()
+use the following option keys.
+
+.RS
+.TP 10
+.I "COMMON OPTIONS"
+${common_manpage_smt_documentation}
+
+${remaining_manpage_smt_documentation}
+.PD
+.RE
+
+.SH VERSION
+This manual page refers to
+.B CVC4
+version @VERSION@.
+.SH BUGS
+A Bugzilla for the CVC4 project is maintained at
+.BR http://church.cims.nyu.edu/bugzilla3/ .
+.SH AUTHORS
+.B CVC4
+is developed by a team of researchers at New York University
+and the University of Iowa.
+See the AUTHORS file in the distribution for a full list of
+contributors.
+.SH "SEE ALSO"
+.BR libcvc4 (3),
+.BR libcvc4parser (3),
+.BR libcvc4compat (3)
+
+Additionally, the CVC4 wiki contains useful information about the
+design and internals of CVC4. It is maintained at
+.BR http://church.cims.nyu.edu/wiki/ .
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback