3 #include "../Monomial.h"
15 newExps.emplace_back(it.first, 1);
carl is the main namespace for the library.
Monomial::Arg createMonomial(T &&... t)
Monomial::Arg separable_part(const Monomial &m)
Calculates the separable part of this monomial.
The general-purpose monomials.
std::shared_ptr< const Monomial > Arg
std::vector< std::pair< Variable, std::size_t > > Content
std::size_t num_variables() const
Returns the number of variables that occur in the monomial.