Initial commit

This commit is contained in:
2024-01-07 23:47:03 +01:00
parent 5cccac4dca
commit 4d7e1fbd98
1665 changed files with 369709 additions and 1 deletions

17
.gitmodules vendored Normal file
View File

@@ -0,0 +1,17 @@
[submodule "lib/catch2"]
path = lib/catch2
main = v2.x
update = merge
url = https://github.com/catchorg/Catch2.git
[submodule "lib/json"]
path = lib/json
url = https://github.com/nlohmann/json.git
master = master
update = merge
[submodule "lib/BayesNet"]
path = lib/BayesNet
url = git@github.com:rmontanana/BayesNet
[submodule "lib/mdlp"]
path = lib/mdlp
url = git@github.com:rmontanana/mdlp