Merge branch 'main' of ssh://gitea.rmontanana.es:8022/rmontanana/BayesNet
This commit is contained in:
@@ -20,6 +20,7 @@ namespace bayesnet {
|
||||
public:
|
||||
Network();
|
||||
Network(int);
|
||||
Network(Network&);
|
||||
~Network();
|
||||
void addNode(string, int);
|
||||
void addEdge(const string, const string);
|
||||
|
Reference in New Issue
Block a user