Merge pull request 'reports' (#4) from reports into boostAode

Reviewed-on: https://gitea.rmontanana.es:11000/rmontanana/BayesNet/pulls/4
This commit is contained in:
2023-08-14 16:58:48 +00:00
12 changed files with 431 additions and 19 deletions

11
.vscode/launch.json vendored
View File

@@ -35,6 +35,17 @@
],
"cwd": "/Users/rmontanana/Code/discretizbench",
},
{
"type": "lldb",
"request": "launch",
"name": "manage",
"program": "${workspaceFolder}/build/src/Platform/manage",
"args": [
"-n",
"20"
],
"cwd": "/Users/rmontanana/Code/discretizbench",
},
{
"name": "Build & debug active file",
"type": "cppdbg",