mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	remove dependencies on contracts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									12fc670839
								
							
						
					
					
						commit
						3d37060fa9
					
				
					 72 changed files with 734 additions and 1232 deletions
				
			
		|  | @ -17,8 +17,8 @@ Notes: | |||
|      | ||||
| --*/ | ||||
| 
 | ||||
| using System.Diagnostics; | ||||
| using System; | ||||
| using System.Diagnostics.Contracts; | ||||
| 
 | ||||
| namespace Microsoft.Z3 | ||||
| { | ||||
|  | @ -31,12 +31,12 @@ namespace Microsoft.Z3 | |||
|         internal ReSort(Context ctx, IntPtr obj) | ||||
|             : base(ctx, obj) | ||||
|         { | ||||
|             Contract.Requires(ctx != null); | ||||
|             Debug.Assert(ctx != null); | ||||
|         } | ||||
|         internal ReSort(Context ctx) | ||||
|             : base(ctx, Native.Z3_mk_int_sort(ctx.nCtx)) | ||||
|         { | ||||
|             Contract.Requires(ctx != null); | ||||
|             Debug.Assert(ctx != null); | ||||
|         } | ||||
|         #endregion | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue