carl
24.04
Computer ARithmetic Library
|
#include <Substitution.h>
Public Member Functions | |
Substitutor (const std::map< Formula< Pol >, Formula< Pol >> &repl) | |
Formula< Pol > | operator() (const Formula< Pol > &formula) |
Data Fields | |
const std::map< Formula< Pol >, Formula< Pol > > & | replacements |
Definition at line 10 of file Substitution.h.
|
inlineexplicit |
Definition at line 12 of file Substitution.h.
|
inline |
Definition at line 13 of file Substitution.h.
const std::map<Formula<Pol>,Formula<Pol> >& carl::helper::Substitutor< Pol >::replacements |
Definition at line 11 of file Substitution.h.