mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	fix missing call change to cross-nested. Prepare for lower-bound and upper-bound cardinality constraints
This commit is contained in:
		
							parent
							
								
									2517b5a40a
								
							
						
					
					
						commit
						a8ae52bfbf
					
				
					 3 changed files with 123 additions and 1 deletions
				
			
		|  | @ -970,7 +970,9 @@ namespace nla { | |||
|         cross_nested cn( | ||||
|             [this, dep](const nex* n) { return c().m_intervals.check_nex(n, dep);  }, | ||||
|             [this](unsigned j)   { return c().var_is_fixed(j); }, | ||||
|             [this]() { return c().random(); }, nc); | ||||
|             c().reslim(), | ||||
|             c().random(), | ||||
|             nc); | ||||
|         cn.run(to_sum(e)); | ||||
|         bool ret = cn.done(); | ||||
|         return ret; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue