You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
199 B

  1. #pragma once
  2. #include "common.h"
  3. #include "storm/storage/dd/DdType.h"
  4. template<storm::dd::DdType DdType>
  5. void define_dd(py::module& m, std::string const& libname);
  6. void define_dd_nt(py::module& m);