cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
cmhn.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-2-Clause
2
3#ifndef cMHN_H
4#define cMHN_H
5
6#include <prc.hpp>
7
8#include <cmhn/common.hpp>
9#include <cmhn/nontt.hpp>
10#include <cmhn/tt.hpp>
11#include <cmhn/utility.hpp>
12
13#if defined(NONTT_COMPILED)
14 #include <externs_nonTT.hpp>
15#endif
16
17#if defined(TT_COMPILED)
18 #include <externs_TT.hpp>
19#endif
20
21#endif // cMHN_H