3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-19 01:32:17 +00:00
z3/src/cmd_context/extra_cmds/subpaving_cmds.h
Leonardo de Moura 9e299b88c4 reorganizing the code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-23 21:53:34 -07:00

21 lines
266 B
C++

/*++
Copyright (c) 2012 Microsoft Corporation
Module Name:
subpaving_cmds.h
Abstract:
Commands for debugging subpaving module.
Author:
Leonardo (leonardo) 2012-08-09
Notes:
--*/
class cmd_context;
void install_subpaving_cmds(cmd_context & ctx);