Skip to content

Commit

Permalink
Update solver_subsumption_tactic.h
Browse files Browse the repository at this point in the history
use naming convention with - instead of _ for tactics
  • Loading branch information
NikolajBjorner committed Sep 1, 2021
1 parent a3ba4e1 commit 8bdc8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tactic/portfolio/solver_subsumption_tactic.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class tactic;
tactic * mk_solver_subsumption_tactic(ast_manager & m, params_ref const & p = params_ref());

/*
ADD_TACTIC("solver_subsumption", "remove assertions that are subsumed.", "mk_solver_subsumption_tactic(m, p)")
ADD_TACTIC("solver-subsumption", "remove assertions that are subsumed.", "mk_solver_subsumption_tactic(m, p)")
*/


0 comments on commit 8bdc8d0

Please sign in to comment.