mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fix set-up
This commit is contained in:
		
							parent
							
								
									3a5c30bd9b
								
							
						
					
					
						commit
						b181d9d5fa
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -727,10 +727,10 @@ namespace smt {
 | 
			
		|||
            setup_str();
 | 
			
		||||
        }
 | 
			
		||||
        else if (m_params.m_string_solver == "seq") {
 | 
			
		||||
            setup_seq();
 | 
			
		||||
            setup_unknown();
 | 
			
		||||
        }
 | 
			
		||||
        else if (m_params.m_string_solver == "auto") {
 | 
			
		||||
            setup_seq();
 | 
			
		||||
            setup_unknown();
 | 
			
		||||
        }
 | 
			
		||||
        else {
 | 
			
		||||
            throw default_exception("invalid parameter for smt.string_solver, valid options are 'z3str3', 'seq', 'auto'");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue