58 int main(
int argc,
char** argv)
66 arg.
param(
"update", updateEachN, 10,
"update the graph after inserting N nodes");
67 arg.
param(
"pcg", pcg,
false,
"use PCG instead of Cholesky");
68 arg.
param(
"v", verbose,
false,
"verbose output of the optimization process");
69 arg.
param(
"g", vis,
false,
"gnuplot visualization");
#define __PRETTY_FUNCTION__
Command line parsing of argc and argv.
void setUpdateGraphEachN(int n)
void sigquit_handler(int sig)
top-level interface to the parser
utility functions for handling time related stuff
bool parseArgs(int argc, char **argv, bool exitOnError=true)
void setVerbose(bool verbose)
bool parseCommand(std::istream &input)
void setForceStopFlag(bool *flag)
void param(const std::string &name, bool &p, bool defValue, const std::string &desc)
int main(int argc, char **argv)