#include "kernel/mod2.h"
#include <sstream>
#include <boost/python.hpp>
#include "factory/factory.h"
Go to the source code of this file.
◆ CF_as_str()
Definition at line 9 of file CF_wrap.cc.
12 std::basic_stringstream<char>
s;
const CanonicalForm int s
◆ export_CF()
Definition at line 17 of file CF_wrap.cc.
18 boost::python::class_<CanonicalForm>(
"canonical_form")
19 .def(boost::python::init <const int>())
20 .def(boost::python::init <const Variable>())
static boost::python::object CF_as_str(const CanonicalForm &f)