#include "../Formula.h"
#include "Visit.h"
Go to the source code of this file.
|
template<typename Pol , typename Source , typename Target > |
Formula< Pol > | carl::substitute (const Formula< Pol > &formula, const Source &source, const Target &target) |
|
template<typename Pol > |
Formula< Pol > | carl::substitute (const Formula< Pol > &formula, const std::map< Formula< Pol >, Formula< Pol >> &replacements) |
|
template<typename Pol > |
Formula< Pol > | carl::substitute (const Formula< Pol > &formula, const std::map< Variable, typename Formula< Pol >::PolynomialType > &replacements) |
|
template<typename Pol > |
Formula< Pol > | carl::substitute (const Formula< Pol > &formula, const std::map< BVVariable, BVTerm > &replacements) |
|
template<typename Pol > |
Formula< Pol > | carl::substitute (const Formula< Pol > &formula, const std::map< UVariable, UFInstance > &replacements) |
|