25 using namespace gtsam;
69 auto keyFormatter = [](
Key key) {
return key == 12 ?
"A" :
"B"; };
80 "<table class='DiscreteValues'>\n"
82 " <tr><th>Variable</th><th>value</th></tr>\n"
85 " <tr><th>B</th><td>-</td></tr>\n"
86 " <tr><th>A</th><td>One</td></tr>\n"
90 auto keyFormatter = [](
Key key) {
return key == 12 ?
"A" :
"B"; };