mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
Z3 sources
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3f9edad676
commit
e9eab22e5c
1186 changed files with 381859 additions and 0 deletions
26
lib/st_cmds.h
Normal file
26
lib/st_cmds.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
/*++
|
||||
Copyright (c) 2011 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
st_cmds.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Commands for testing strategies.
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo de Moura (leonardo) 2011-04-27
|
||||
|
||||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _ST_CMD_H_
|
||||
#define _ST_CMD_H_
|
||||
|
||||
class cmd_context;
|
||||
|
||||
void install_st_cmds(cmd_context & ctx);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue