mirror of
https://github.com/Z3Prover/z3
synced 2025-06-08 23:23:23 +00:00
Java API: copyright notices
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
43269795c8
commit
4304012971
73 changed files with 1098 additions and 274 deletions
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from AST.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
AST.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
ASTDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from ASTMap.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
ASTMap.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from ASTVector.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
ASTVector.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from AlgebraicNum.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
AlgebraicNum.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from ApplyResult.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
ApplyResult.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
ApplyResultDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,8 +1,19 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from ArithExpr.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
* **/
|
|
||||||
|
ArithExpr.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from ArithSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
ArithSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from ArrayExpr.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
ArrayExpr.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from ArraySort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
ArraySort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
AstMapDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
AstVectorDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from BitVecExpr.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
BitVecExpr.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from BitVecNum.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
BitVecNum.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,8 +1,20 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from BitVecSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
BitVecSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from BoolExpr.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
BoolExpr.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from BoolSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
BoolSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Constructor.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Constructor.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from ConstructorList.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
ConstructorList.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Context.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Context.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from DatatypeExpr.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
DatatypeExpr.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from DatatypeSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
DatatypeSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from EnumSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
EnumSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Expr.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Expr.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from FiniteDomainSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
FiniteDomainSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Fixedpoint.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Fixedpoint.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
FixedpointDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from FuncDecl.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
FuncDecl.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from FuncInterp.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
FuncInterp.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
FuncInterpDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
FuncInterpEntryDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Global.java
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
Global.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Goal.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Goal.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
GoalDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from IDecRefQueue.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
IDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from IntExpr.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
IntExpr.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from IntNum.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
IntNum.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from IntSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
IntSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from IntSymbol.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
IntSymbol.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,20 @@
|
||||||
/**
|
/**
|
||||||
*
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
*/
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
InterpolationContext.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from ListSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
ListSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Log.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Log.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Model.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Model.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
ModelDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from ParamDescrs.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
ParamDescrs.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
ParamDescrsDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,9 +1,21 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Params.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Params.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
ParamDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Pattern.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Pattern.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Probe.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Probe.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
ProbeDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Quantifier.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Quantifier.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from RatNum.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
RatNum.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from RealExpr.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
RealExpr.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from RealSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
RealSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from RelationSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
RelationSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from SetSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
SetSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Solver.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Solver.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
SolverDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Sort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Sort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Statistics.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Statistics.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
StatisticsDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Status.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Status.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from StringSymbol.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
StringSymbol.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Symbol.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Symbol.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Tactic.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Tactic.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2012 Microsoft Corporation
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
TacticDecRefQueue.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from TupleSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
TupleSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from UninterpretedSort.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
UninterpretedSort.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Version.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Version.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Z3Exception.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Z3Exception.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
/**
|
/**
|
||||||
* This file was automatically generated from Z3Object.cs
|
Copyright (c) 2012-2014 Microsoft Corporation
|
||||||
* w/ further modifications by:
|
|
||||||
* @author Christoph M. Wintersteiger (cwinter)
|
Module Name:
|
||||||
|
|
||||||
|
Z3Object.java
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
@author Christoph Wintersteiger (cwinter) 2012-03-15
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
package com.microsoft.z3;
|
package com.microsoft.z3;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue