mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			229 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			229 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
 | ||
| /*++
 | ||
| Copyright (c) 2015 Microsoft Corporation
 | ||
| 
 | ||
| --*/
 | ||
| 
 | ||
| using Microsoft.SolverFoundation.Services;
 | ||
| using System;
 | ||
| 
 | ||
| namespace Microsoft.SolverFoundation.Plugin.Z3
 | ||
| {
 | ||
|     public class Z3MILPDirective : Z3BaseDirective
 | ||
|     {
 | ||
|     }
 | ||
| }
 |