/*++ Copyright (c) 2012 Microsoft Corporation Module Name: distribute_forall_tactic.h Abstract: Author: Leonardo de Moura (leonardo) 2012-02-18. --*/ #ifndef _DISTRIBUTE_FORALL_TACTIC_H_ #define _DISTRIBUTE_FORALL_TACTIC_H_ #include"params.h" class ast_manager; class tactic; tactic * mk_distribute_forall_tactic(ast_manager & m, params_ref const & p); #endif