|
carl
25.04
Computer ARithmetic Library
|
#include <Substitution.h>

Public Member Functions | |
| PolynomialSubstitutor (const std::map< Variable, typename Formula< Pol >::PolynomialType > &repl) | |
| Formula< Pol > | operator() (const Formula< Pol > &formula) |
Data Fields | |
| const std::map< Variable, typename Formula< Pol >::PolynomialType > & | replacements |
Definition at line 21 of file Substitution.h.
|
inlineexplicit |
Definition at line 23 of file Substitution.h.
| const std::map<Variable,typename Formula<Pol>::PolynomialType>& carl::helper::PolynomialSubstitutor< Pol >::replacements |
Definition at line 22 of file Substitution.h.