#include "../include/saver.hpp"
CSaver::CSaver(std::map<std::string, CRational> &variablesMap)
: m_variables(variablesMap) {}