-The following people have contributed to libDAI (in decreasing order of importance):
+The following people have contributed to libDAI:
Joris Mooij
Martijn Leisink
Ofer Meshi
Alejandro Lage
-This work is part of the Interactive Collaborative Information Systems (ICIS)
+Part of this work was part of the Interactive Collaborative Information Systems (ICIS)
project, supported by the Dutch Ministry of Economic Affairs, grant BSIK03024.
cout << "# Factor graph made by " << argv[0] << endl;
cout << "# type = " << type << endl;
cout << "# states = " << states << endl;
+ cout << "# factor type = " << ft << endl;
// The factor graph to be constructed
FactorGraph fg;