"Assign processes to computers.\n\n" +
"Each computer must have enough hardware to run all of it's processes.\n" +
"Each computer used inflicts a maintenance cost.",
CloudBalancingPanel.LOGO_PATH, new Runnable() {
public void run() {
new CloudBalancingApp().init(false);
}
}));
panel.add(createExampleButton("Traveling salesman",
"Official competition name: TSP - Traveling salesman problem\n" +
"Determine the order in which to visit all cities.\n\n" +