Begin mdlp reintegration

This commit is contained in:
2024-11-22 11:44:42 +01:00
parent f0f3d9ad6e
commit e12bf7c16a
8 changed files with 12 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers.hpp>
#include <string>
#include <fimdlp/CPPFImdlp.h>
#include <CPPFImdlp.h>
#include <folding.hpp>
#include <nlohmann/json.hpp>
#define TO_STR2(x) #x

View File

@@ -12,7 +12,7 @@
#include <map>
#include <tuple>
#include <ArffFiles.hpp>
#include <fimdlp/CPPFImdlp.h>
#include <CPPFImdlp.h>
#include <folding.hpp>
#include <bayesnet/network/Network.h>