mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 02:57:50 +00:00
reorganizing the code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
b89d35dd69
commit
9e299b88c4
101 changed files with 16 additions and 16 deletions
21
src/cmd_context/extra_cmds/subpaving_cmds.h
Normal file
21
src/cmd_context/extra_cmds/subpaving_cmds.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
/*++
|
||||
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);
|
Loading…
Add table
Add a link
Reference in a new issue