mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 02:46:16 +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
|
@ -1,37 +0,0 @@
|
|||
/*++
|
||||
Copyright (c) 2006 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
uses_theory.h
|
||||
|
||||
Abstract:
|
||||
|
||||
<abstract>
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo de Moura (leonardo) 2008-10-21.
|
||||
|
||||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _USES_THEORY_H_
|
||||
#define _USES_THEORY_H_
|
||||
|
||||
#include"ast.h"
|
||||
|
||||
/**
|
||||
\brief Return true if the given expression contains a symbol of the given theory.
|
||||
*/
|
||||
bool uses_theory(expr * n, family_id fid);
|
||||
|
||||
/**
|
||||
\brief Return true if the given expression contains a symbol of the given theory.
|
||||
Only the expressions not marked as visited are checked. The set visited is updated
|
||||
with the new checked expressions.
|
||||
*/
|
||||
bool uses_theory(expr * n, family_id fid, expr_mark & visited);
|
||||
|
||||
#endif /* _USES_THEORY_H_ */
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue