File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -241,8 +241,7 @@ std::unique_ptr<solver_factoryt::solvert> solver_factoryt::get_external_sat()
241241 no_beautification ();
242242 no_incremental_check ();
243243
244- std::string external_sat_solver =
245- options.get_option (" external-sat-solver" );
244+ std::string external_sat_solver = options.get_option (" external-sat-solver" );
246245 auto prop =
247246 util_make_unique<external_satt>(message_handler, external_sat_solver);
248247
@@ -421,4 +420,4 @@ void solver_factoryt::no_incremental_check()
421420 " the chosen solver does not support incremental solving" ,
422421 " --incremental-check" );
423422 }
424- }
423+ }
Original file line number Diff line number Diff line change @@ -90,4 +90,4 @@ class solver_factoryt
9090 void no_incremental_check ();
9191};
9292
93- #endif // CPROVER_GOTO_CHECKER_SOLVER_FACTORY_H
93+ #endif // CPROVER_GOTO_CHECKER_SOLVER_FACTORY_H
Original file line number Diff line number Diff line change 33// / newer SAT solvers
44// / \author Francis Botero <fbbotero@amazon.com>
55
6-
76#ifndef CPROVER_SOLVERS_SAT_EXTERNAL_SAT_H
87#define CPROVER_SOLVERS_SAT_EXTERNAL_SAT_H
98
You can’t perform that action at this time.
0 commit comments