mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	
						commit
						2277a52d80
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -770,7 +770,7 @@ namespace opt { | |||
|                   tout << "offset: " << offset << "\n"; | ||||
|                   ); | ||||
|             std::ostringstream out; | ||||
|             out << mk_pp(orig_term, m); | ||||
|             out << mk_pp(orig_term, m) << ":" << index; | ||||
|             id = symbol(out.str().c_str()); | ||||
|             return true; | ||||
|         } | ||||
|  | @ -793,7 +793,7 @@ namespace opt { | |||
|             } | ||||
|             neg = true; | ||||
|             std::ostringstream out; | ||||
|             out << mk_pp(orig_term, m); | ||||
|             out << mk_pp(orig_term, m) << ":" << index; | ||||
|             id = symbol(out.str().c_str()); | ||||
|             return true; | ||||
|         } | ||||
|  | @ -812,7 +812,7 @@ namespace opt { | |||
|             } | ||||
|             neg = is_max; | ||||
|             std::ostringstream out; | ||||
|             out << mk_pp(orig_term, m); | ||||
|             out << mk_pp(orig_term, m) << ":" << index; | ||||
|             id = symbol(out.str().c_str()); | ||||
|             return true;             | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue