cimod
C++ library for a binary (and polynomial) quadratic model.
main.hpp File Reference
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/functional.h>
#include <pybind11/eigen.h>
#include <pybind11_json/pybind11_json.hpp>
#include <nlohmann/json.hpp>
#include <sstream>
#include <cimod/binary_polynomial_model.hpp>
#include <cimod/binary_quadratic_model.hpp>
#include <cimod/binary_quadratic_model_dict.hpp>
#include <cimod/disable_eigen_warning.hpp>
Include dependency graph for main.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename IndexType , typename FloatType , typename DataType >
void declare_BQM (py::module &m, const std::string &name)
 
template<typename IndexType , typename FloatType >
void declare_BPM (py::module &m, const std::string &name)
 

Function Documentation

◆ declare_BPM()

template<typename IndexType , typename FloatType >
void declare_BPM ( py::module &  m,
const std::string &  name 
)
inline

◆ declare_BQM()

template<typename IndexType , typename FloatType , typename DataType >
void declare_BQM ( py::module &  m,
const std::string &  name 
)
inline