mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
Made nra tactic public.
This commit is contained in:
parent
c4610e0423
commit
ce69072305
|
@ -21,4 +21,8 @@ Notes:
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue