3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00
z3/lib/install_tactics.h
Leonardo de Moura e9eab22e5c Z3 sources
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-02 11:35:25 -07:00

25 lines
329 B
C++

/*++
Copyright (c) 2012 Microsoft Corporation
Module Name:
install_tactics.h
Abstract:
Install tactics in the SMT 2.0 frontend.
Author:
Leonardo (leonardo) 2012-02-19
Notes:
--*/
#ifndef _INSTALL_TACTICS_H_
#define _INSTALL_TACTICS_H_
class tactic_manager;
void install_tactics(tactic_manager & ctx);
#endif