Go to the source code of this file.
◆ 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)