Skip to content

Commit

Permalink
Version 20240604
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Jun 4, 2024
1 parent a16d853 commit d2b5f19
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.mp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Summary of recent updates to the AMPL MP Library
================================================


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator


## 20240529
- *Multi-objective emulator*
- All flat MP solvers support multi-objective mode (obj:multi=1),
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ endif() ## NOT SKIP_BUILD_MP
include_directories(include)

set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
set(MP_DATE 20240529)
set(MP_DATE 20240604)

set(MP_SYSINFO "${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_PROCESSOR}")

Expand Down
5 changes: 5 additions & 0 deletions solvers/cbcmp/CHANGES.cbcmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Summary of recent updates to CBCMP for AMPL
===========================================


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator


## 20240529
- *Multi-objective emulator*
- All flat MP solvers support multi-objective mode (obj:multi=1),
Expand Down
6 changes: 6 additions & 0 deletions solvers/copt/CHANGES.copt.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Summary of recent updates to COPT for AMPL
==========================================


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator


## 20240531
- Updated to Copt 7.1.3, which provides many bugfixes.

Expand Down
5 changes: 5 additions & 0 deletions solvers/cplexmp/CHANGES.cplexmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Summary of recent updates to CPLEX MP for AMPL
==============================================


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator


## 20240529
- *Multi-objective emulator*
- All flat MP solvers support multi-objective mode (obj:multi=1),
Expand Down
5 changes: 5 additions & 0 deletions solvers/gcgmp/CHANGES.gcgmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Summary of recent updates to GCG for AMPL
=========================================


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator


## 20240529
- *Multi-objective emulator*
- All flat MP solvers support multi-objective mode (obj:multi=1),
Expand Down
5 changes: 5 additions & 0 deletions solvers/gurobi/CHANGES.gurobi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Summary of recent updates to gurobi for AMPL
============================================


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator


## 20240529
- *Multi-objective emulator*
- All flat MP solvers support multi-objective mode (obj:multi=1),
Expand Down
5 changes: 5 additions & 0 deletions solvers/highsmp/CHANGES.highsmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Summary of recent updates to HiGHS for AMPL
===========================================


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator


## 20240529
- *Multi-objective emulator*
- All flat MP solvers support multi-objective mode (obj:multi=1),
Expand Down
5 changes: 5 additions & 0 deletions solvers/mosek/CHANGES.mosek.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Summary of recent updates to MOSEK for AMPL
===========================================


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator


## 20240531
- Updated to MOSEK 10.2, which provides many bugfixes.
- Added options `mip:varselection`, `pre:dualray_analysis` and
Expand Down
6 changes: 6 additions & 0 deletions solvers/scipmp/CHANGES.scipmp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Summary of recent updates to SCIP for AMPL
==========================================


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator


## 20240531
- Updated to SCIP 9.0.1

Expand Down
5 changes: 5 additions & 0 deletions solvers/xpress/CHANGES.xpress.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Summary of recent updates to Xpress for AMPL
============================================


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator


## 20240529
- *Multi-objective emulator*
- All flat MP solvers support multi-objective mode (obj:multi=1),
Expand Down

0 comments on commit d2b5f19

Please sign in to comment.