mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	add slice solver option to command context
This commit is contained in:
		
							parent
							
								
									8a95dd4d65
								
							
						
					
					
						commit
						cfd00ad672
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -51,6 +51,7 @@ Notes: | |||
| #include "solver/smt_logics.h" | ||||
| #include "cmd_context/basic_cmds.h" | ||||
| #include "cmd_context/cmd_context.h" | ||||
| #include "solver/slice_solver.h" | ||||
| #include <iostream> | ||||
| 
 | ||||
| func_decls::func_decls(ast_manager & m, func_decl * f): | ||||
|  | @ -2257,6 +2258,7 @@ void cmd_context::mk_solver() { | |||
|     params_ref p; | ||||
|     m_params.get_solver_params(p, proofs_enabled, models_enabled, unsat_core_enabled); | ||||
|     m_solver = (*m_solver_factory)(m(), p, proofs_enabled, models_enabled, unsat_core_enabled, m_logic); | ||||
|     m_solver = mk_slice_solver(m_solver.get()); | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue