Update CLP(BN) with Tiago's latest version of BP solver.
This commit is contained in:
17
packages/CLPBN/clpbn/bp/GraphicalModel.h
Executable file
17
packages/CLPBN/clpbn/bp/GraphicalModel.h
Executable file
@@ -0,0 +1,17 @@
|
||||
#ifndef BP_GRAPHICALMODEL_H
|
||||
#define BP_GRAPHICALMODEL_H
|
||||
|
||||
#include "Variable.h"
|
||||
#include "Shared.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
class GraphicalModel
|
||||
{
|
||||
public:
|
||||
virtual VarSet getVariables (void) const = 0;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user