Skip to content

Commit

Permalink
Add CPP docs to SDK build (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelPasvolsky authored Oct 4, 2021
1 parent 7862154 commit 0cd8a05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference/cpp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ C++ API
Functions
---------
.. doxygenfunction:: fixQuboVariables(dimod::AdjVectorBQM<V, B> &bqm, bool sample, double offset)
:project: dwave-preprocessing
.. doxygenfunction:: fixQuboVariables(PosiformInfo &posiform_info, int num_bqm_variables, bool sample, std::vector<std::pair<int, int>> &fixed_variables)
:project: dwave-preprocessing

Classes
-------
.. doxygenclass:: PosiformInfo
:members:
:project: dwave-preprocessing

0 comments on commit 0cd8a05

Please sign in to comment.