mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	fix error in mk_nuget_task.py
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									cd95c7e72a
								
							
						
					
					
						commit
						a97e5fcf0e
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -78,7 +78,7 @@ def unpack(packages, symbols, arch): | ||||||
|                 files = ["Microsoft.Z3.dll", "Microsoft.Z3.pdb", "Microsoft.Z3.xml"]                 |                 files = ["Microsoft.Z3.dll", "Microsoft.Z3.pdb", "Microsoft.Z3.xml"]                 | ||||||
|                 for b in files: |                 for b in files: | ||||||
|                     file1 = f"{package_dir}/bin/{b}" |                     file1 = f"{package_dir}/bin/{b}" | ||||||
|                     file2 = os.path.join(file,"netstandard2.0") |                     file2 = os.path.join(file1,"netstandard2.0") | ||||||
|                     if os.path.exists(file1): |                     if os.path.exists(file1): | ||||||
|                         zip_ref.extract(file1, f"{tmp}") |                         zip_ref.extract(file1, f"{tmp}") | ||||||
|                         replace(f"{tmp}/{package_dir}/bin/{b}", f"out/lib/netstandard2.0/{b}") |                         replace(f"{tmp}/{package_dir}/bin/{b}", f"out/lib/netstandard2.0/{b}") | ||||||
|  |  | ||||||
|  | @ -321,7 +321,7 @@ namespace lp { | ||||||
|             if (r == lia_move::undef) r = patch_basic_columns(); |             if (r == lia_move::undef) r = patch_basic_columns(); | ||||||
|             if (r == lia_move::undef && should_find_cube()) r = int_cube(lia)(); |             if (r == lia_move::undef && should_find_cube()) r = int_cube(lia)(); | ||||||
|             if (r == lia_move::undef) lra.move_non_basic_columns_to_bounds(); |             if (r == lia_move::undef) lra.move_non_basic_columns_to_bounds(); | ||||||
|             // if (r == lia_move::undef) r = tighten_bounds();
 |             if (r == lia_move::undef) r = tighten_bounds(); | ||||||
|             if (r == lia_move::undef && should_hnf_cut()) r = hnf_cut(); |             if (r == lia_move::undef && should_hnf_cut()) r = hnf_cut(); | ||||||
|             if (r == lia_move::undef && should_gomory_cut()) r = gomory(lia).get_gomory_cuts(2); |             if (r == lia_move::undef && should_gomory_cut()) r = gomory(lia).get_gomory_cuts(2); | ||||||
|             if (r == lia_move::undef && should_solve_dioph_eq()) r = solve_dioph_eq(); |             if (r == lia_move::undef && should_solve_dioph_eq()) r = solve_dioph_eq(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue