mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 08:38:06 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4722fdfca5
commit
add684d8e9
377 changed files with 204 additions and 62 deletions
27
src/simplifier/inj_axiom.h
Normal file
27
src/simplifier/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.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