From 65f720aac2d497c6e829d9c76638073a10060e7d Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 28 Sep 2012 17:29:01 +0000 Subject: Public interface review items: * Internal uses of CheckArgument changed to AssertArgument/AlwaysAssertArgument() * Make util/Assert.h cvc4_private instead of public, so AssertionException and friends are now internal-only * CheckArgument() throws non-AssertionException * things outside the core library (parsers, driver) use regular C-style assert, or a public exception type. * auto-generated documentation for Smt options and internal options Also, a small fix to SMT-LIBv1 QF_ABV and QF_AUFBV definitions, which were nonstandard. --- doc/libcvc4.3_template.in | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'doc/libcvc4.3_template.in') diff --git a/doc/libcvc4.3_template.in b/doc/libcvc4.3_template.in index 5483099c3..2ff96eb5a 100644 --- a/doc/libcvc4.3_template.in +++ b/doc/libcvc4.3_template.in @@ -55,21 +55,6 @@ is used to build up expressions and types, and the .I SmtEngine is used primarily to make assertions, check satisfiability/validity, and extract models and proofs. -The SmtEngine is also in charge of setting and getting information and options. -.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 "SEE ALSO" .BR cvc4 (1), .BR libcvc4parser (3), -- cgit v1.2.3