mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	Fix typos.
This commit is contained in:
		
							parent
							
								
									9379ec3a68
								
							
						
					
					
						commit
						44bc00f13d
					
				
					 9 changed files with 20 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -33,14 +33,14 @@ namespace Microsoft.SolverFoundation.Plugin.Z3
 | 
			
		|||
 | 
			
		||||
        #region Solver construction and destruction
 | 
			
		||||
 | 
			
		||||
        /// <summary>Constructor that initializes the base clases</summary>
 | 
			
		||||
        /// <summary>Constructor that initializes the base classes</summary>
 | 
			
		||||
        public Z3MILPSolver() : base(null) 
 | 
			
		||||
        {
 | 
			
		||||
            _result = LinearResult.Feasible;
 | 
			
		||||
            _solver = new Z3BaseSolver(this);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /// <summary>Constructor that initializes the base clases</summary>
 | 
			
		||||
        /// <summary>Constructor that initializes the base classes</summary>
 | 
			
		||||
        public Z3MILPSolver(ISolverEnvironment context) : this() { }
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,13 +29,13 @@ namespace Microsoft.SolverFoundation.Plugin.Z3
 | 
			
		|||
        private NonlinearResult _result;
 | 
			
		||||
        private Z3BaseSolver _solver;
 | 
			
		||||
 | 
			
		||||
        /// <summary>Constructor that initializes the base clases</summary>
 | 
			
		||||
        /// <summary>Constructor that initializes the base classes</summary>
 | 
			
		||||
        public Z3TermSolver() : base(null) 
 | 
			
		||||
        {
 | 
			
		||||
            _solver = new Z3BaseSolver(this);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /// <summary>Constructor that initializes the base clases</summary>
 | 
			
		||||
        /// <summary>Constructor that initializes the base classes</summary>
 | 
			
		||||
        public Z3TermSolver(ISolverEnvironment context) : this() { }
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue