#include "main/main.h"
+#include "main/options.h"
#include "smt/options.h"
namespace CVC4 {
if(q != NULL) {
d_result = res = q->getResult();
}
+ if((cs != NULL || q != NULL) && d_options[options::statsEveryQuery]) {
+ flushStatistics(*d_options[options::err]);
+ }
// dump the model/proof if option is set
if(status) {
if( d_options[options::produceModels] &&
expert-option earlyExit --early-exit bool :default true
do not run destructors at exit; default on except in debug builds
+expert-option statsEveryQuery --stats-every-query bool :default false
+ print stats after every satisfiability or validity query
# portfolio options
option threads --threads=N unsigned :default 2 :predicate greater(0)