mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 06:45:45 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
39d6628be9
commit
f6c89ba1d3
34 changed files with 9 additions and 9 deletions
24
src/cmd_context/cmd_context_to_goal.h
Normal file
24
src/cmd_context/cmd_context_to_goal.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*++
|
||||
Copyright (c) 2012 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
cmd_context_to_goal.h
|
||||
|
||||
Abstract:
|
||||
Procedure for copying the assertions in the
|
||||
command context to a goal object.
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo (leonardo) 2012-10-21
|
||||
|
||||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _CMD_CONTEXT_TO_GOAL_H_
|
||||
#define _CMD_CONTEXT_TO_GOAL_H_
|
||||
|
||||
void assert_exprs_from(cmd_context const & ctx, goal & t);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue