mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 23:05:46 +00:00
fixing file heads to match z3
This commit is contained in:
parent
68fb01c206
commit
e5f5e008aa
14 changed files with 259 additions and 12 deletions
|
@ -1,4 +1,21 @@
|
|||
/* Copyright 2011 Microsoft Research. */
|
||||
/*++
|
||||
Copyright (c) 2011 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
iz3mgr.h
|
||||
|
||||
Abstract:
|
||||
|
||||
A wrapper around an ast manager, providing convenience methods.
|
||||
|
||||
Author:
|
||||
|
||||
Ken McMillan (kenmcmil)
|
||||
|
||||
Revision History:
|
||||
|
||||
--*/
|
||||
|
||||
#ifndef IZ3MGR_H
|
||||
#define IZ3MGR_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue