std::cout << "resulting complex is " << complex << " with " << complex.f(0) << " vertices" << std::endl;
} elseif (command.compare("quit") == 0)
{ break;
} else
{
std::cout << "possible commands are:" << std::endl;
std::cout << "- \"reduce %c with %o\", where %c is a complex given as facet list and %o are options." << std::endl;
std::cout << "\texample: \"reduce [[1,2],[2,3],[3,4],[4,1]] with rounds=10, heating=0 andrelaxation=4\"" << std::endl;
std::cout << "- \"randomize %c with %o\", where %c is a complex given as facet list and %o are options." << std::endl;
std::cout << "\texample: \"randomize [[1,2,3],[1,2,4],[1,3,4],[2,3,4]] with rounds=10 and allowedMoves=[0,1]\"" << std::endl;
std::cout << "- \"quit\"" << std::endl;
}
}
return 0;
}
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.