mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
22 lines
266 B
C++
22 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);
|