git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@171
e59a4935-1847-0410-ae03-
e826735625c1
}
//populate the help string
+ helpstring += "version: " + version + "\n\n";
helpstring += "-r : switch refinement off (optimizations are ON by default)\n";
helpstring += "-w : switch wordlevel solver off (optimizations are ON by default)\n";
helpstring += "-a : switch optimizations off (optimizations are ON by default)\n";
helpstring += "-h : help\n";
helpstring += "-m : use the SMTLIB parser\n";
+
+
for(int i=1; i < argc;i++) {
if(argv[i][0] == '-') {
switch(argv[i][1]) {