mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
moved files
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ebcacaa26d
commit
9438ff848f
2 changed files with 166 additions and 0 deletions
27
src/ast/rewriter/inj_axiom.h
Normal file
27
src/ast/rewriter/inj_axiom.h
Normal file
|
@ -0,0 +1,27 @@
|
|||
/*++
|
||||
Copyright (c) 2006 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
inj_axiom.h
|
||||
|
||||
Abstract:
|
||||
|
||||
<abstract>
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo de Moura (leonardo) 2008-06-23.
|
||||
|
||||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef INJ_AXIOM_H_
|
||||
#define INJ_AXIOM_H_
|
||||
|
||||
#include "ast/ast.h"
|
||||
|
||||
bool simplify_inj_axiom(ast_manager & m, quantifier * q, expr_ref & result);
|
||||
|
||||
#endif /* INJ_AXIOM_H_ */
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue