|
carl
25.04
Computer ARithmetic Library
|

Go to the source code of this file.
Namespaces | |
| carl | |
| carl is the main namespace for the library. | |
Functions | |
| template<typename Pol , typename Visitor > | |
| void | carl::visit (const Formula< Pol > &formula, Visitor func) |
| Recursively calls func on every subformula. More... | |
| template<typename Pol , typename Visitor > | |
| Formula< Pol > | carl::visit_result (const Formula< Pol > &formula, Visitor func) |
| Recursively calls func on every subformula and return a new formula. More... | |