carl  24.04
Computer ARithmetic Library
Visit.h File Reference
This graph shows which files directly or indirectly include this file:

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< Polcarl::visit_result (const Formula< Pol > &formula, Visitor func)
 Recursively calls func on every subformula and return a new formula. More...