mirror of
https://github.com/Z3Prover/z3
synced 2025-10-28 10:19:23 +00:00
booyah
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10d0404175
commit
d0e20e44ff
714 changed files with 714 additions and 2142 deletions
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef OCCURS_H_
|
||||
#define OCCURS_H_
|
||||
#pragma once
|
||||
|
||||
class expr;
|
||||
class func_decl;
|
||||
|
|
@ -32,5 +31,4 @@ bool occurs(expr * n1, expr * n2);
|
|||
*/
|
||||
bool occurs(func_decl * d, expr * n);
|
||||
|
||||
#endif /* OCCURS_H_ */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue