summaryrefslogtreecommitdiff
path: root/doc/options.3cvc_template.in
AgeCommit message (Collapse)Author
2018-09-04Remove CVC3 compatibility layer (#2418)Andres Noetzli
2018-04-02Remove references to nyu (#1721)Clark Barrett
2018-03-21Refactor mkoptions (#1631)Mathias Preiner
This commit refactors code generation for options. It uses a new configuration format for defining options (*.toml) and a new Python script mkoptions.py to generate the source code and option documentation. The option behavior did not change for most of the options, except that for bool --enable-/--disable- long options enable/disable was removed. E.g. --enable-miplib-trick and --disable-miplib-trick got changed to --miplib-trick and --no-miplib-trick. This commit fixes also an issues with set-option/get-option via the SMT2 interface. Before long options were only accessible if the name included the =ARG part.
2017-08-21Updated NYU -> StanfordClark Barrett
2017-08-21Change Bugzilla urls to Github issues.Mathias Preiner
2014-08-05Fix for manpages.Morgan Deters
2013-09-13Documentation fixes, some code typo fixes, file perms, other minor things.Morgan Deters
2012-10-06* Clean up some options documentationMorgan Deters
* Remove defunct --no-theory-registration option * Point people to Wiki tutorial * Modernize the cut-release script * Misc cleanup, documentation (this commit was certified error- and warning-free by the test-and-commit script.)
2012-09-29draft RELEASE-NOTES file, and minor release stuffMorgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback