X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=glucose-syrup%2Fincremental%2FMain.cc;h=7a69d767866cc9582b52fb56d59cfdbc1b16b32c;hb=b5b78582b335d0807baef611cbce62c6d28df44b;hp=5ea6c13a1c68b5c5a8e9284e036c763b9a852000;hpb=a6e90307691746f99342a033e194356f77445db4;p=satlib.git diff --git a/glucose-syrup/incremental/Main.cc b/glucose-syrup/incremental/Main.cc index 5ea6c13..7a69d76 100644 --- a/glucose-syrup/incremental/Main.cc +++ b/glucose-syrup/incremental/Main.cc @@ -208,7 +208,7 @@ int main(int argc, char** argv) { #endif // Extra options: // - IntOption verb ("MAIN", "verb", "Verbosity level (0=silent, 1=some, 2=more).", 1, IntRange(0, 2)); + IntOption verb ("MAIN", "verb", "Verbosity level (0=silent, 1=some, 2=more).", 0, IntRange(0, 2)); BoolOption mod ("MAIN", "model", "show model.", false); IntOption vv ("MAIN", "vv", "Verbosity every vv conflicts", 10000, IntRange(1,INT32_MAX)); BoolOption pre ("MAIN", "pre", "Completely turn on/off any preprocessing.", true);