Skip to content

Commit

Permalink
Made nra tactic public.
Browse files Browse the repository at this point in the history
  • Loading branch information
wintersteiger committed May 25, 2016
1 parent c4610e0 commit ce69072
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tactic/smtlogics/nra_tactic.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ Module Name:

tactic * mk_nra_tactic(ast_manager & m, params_ref const & p = params_ref());

/*
ADD_TACTIC("nra", "builtin strategy for solving NRA problems.", "mk_nra_tactic(m, p)")
*/

#endif

0 comments on commit ce69072

Please sign in to comment.