"Official competition name: TSP - Traveling salesman problem\n" +
"Determine the order in which to visit all cities.\n\n" +
"Find the shortest route to visit all cities.",
TspPanel.LOGO_PATH, new Runnable() {
public void run() {
new TspApp().init(false);
}
}));
panel.add(createExampleButton("Manners 2009",
"A much larger variant of the classic Miss Manners problem.\n" +
"Assign guests to seats at tables.",