cprover
|
#include "solver_factory.h"
#include <iostream>
#include <util/exception_utils.h>
#include <util/make_unique.h>
#include <util/message.h>
#include <util/namespace.h>
#include <util/options.h>
#include <util/version.h>
#include <solvers/stack_decision_procedure.h>
#include <solvers/flattening/bv_dimacs.h>
#include <solvers/prop/prop.h>
#include <solvers/prop/prop_conv.h>
#include <solvers/prop/solver_resource_limits.h>
#include <solvers/refinement/bv_refinement.h>
#include <solvers/sat/dimacs_cnf.h>
#include <solvers/sat/satcheck.h>
#include <solvers/strings/string_refinement.h>
Go to the source code of this file.
Solver Factory
Definition in file solver_factory.cpp.