Fixed some examples

release/4.3a0
Frank Dellaert 2022-01-02 22:48:55 -05:00
parent fca23e0559
commit 88c79a2a56
3 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@ void runLargeExample() {
// Do brute force product and output that to file
if (scheduler.nrStudents() == 1) { // otherwise too slow
DecisionTreeFactor product = scheduler.product();
product.dot("scheduling-large", false);
product.dot("scheduling-large", DefaultKeyFormatter, false);
}
// Do exact inference

View File

@ -115,7 +115,7 @@ void runLargeExample() {
// Do brute force product and output that to file
if (scheduler.nrStudents() == 1) { // otherwise too slow
DecisionTreeFactor product = scheduler.product();
product.dot("scheduling-large", false);
product.dot("scheduling-large", DefaultKeyFormatter, false);
}
// Do exact inference

View File

@ -139,7 +139,7 @@ void runLargeExample() {
// Do brute force product and output that to file
if (scheduler.nrStudents() == 1) { // otherwise too slow
DecisionTreeFactor product = scheduler.product();
product.dot("scheduling-large", false);
product.dot("scheduling-large", DefaultKeyFormatter, false);
}
// Do exact inference