Skip to content

Commit

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


## 20240617
- *Multi-objective emulator*
- obj:multi=2 forces emulation, even if MO natively supported.
- Fixed a bug in the objective degradation suffixes
.objasbtol, .objreltol.


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator
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 20240604)
set(MP_DATE 20240617)

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

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


## 20240617
- *Multi-objective emulator*
- obj:multi=2 forces emulation, even if MO natively supported.
- Fixed a bug in the objective degradation suffixes
.objasbtol, .objreltol.


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator
Expand Down
7 changes: 7 additions & 0 deletions solvers/copt/CHANGES.copt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Summary of recent updates to COPT for AMPL
==========================================


## 20240617
- *Multi-objective emulator*
- obj:multi=2 forces emulation, even if MO natively supported.
- Fixed a bug in the objective degradation suffixes
.objasbtol, .objreltol.


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator
Expand Down
7 changes: 7 additions & 0 deletions solvers/cplexmp/CHANGES.cplexmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Summary of recent updates to CPLEX MP for AMPL
==============================================


## 20240617
- *Multi-objective emulator*
- obj:multi=2 forces emulation, even if MO natively supported.
- Fixed a bug in the objective degradation suffixes
.objasbtol, .objreltol.


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator
Expand Down
7 changes: 7 additions & 0 deletions solvers/gcgmp/CHANGES.gcgmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Summary of recent updates to GCG for AMPL
=========================================


## 20240617
- *Multi-objective emulator*
- obj:multi=2 forces emulation, even if MO natively supported.
- Fixed a bug in the objective degradation suffixes
.objasbtol, .objreltol.


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator
Expand Down
7 changes: 7 additions & 0 deletions solvers/gurobi/CHANGES.gurobi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Summary of recent updates to gurobi for AMPL
============================================


## 20240617
- *Multi-objective emulator*
- obj:multi=2 forces emulation, even if MO natively supported.
- Fixed a bug in the objective degradation suffixes
.objasbtol, .objreltol.


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator
Expand Down
7 changes: 7 additions & 0 deletions solvers/highsmp/CHANGES.highsmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Summary of recent updates to HiGHS for AMPL
===========================================


## 20240617
- *Multi-objective emulator*
- obj:multi=2 forces emulation, even if MO natively supported.
- Fixed a bug in the objective degradation suffixes
.objasbtol, .objreltol.


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator
Expand Down
7 changes: 7 additions & 0 deletions solvers/mosek/CHANGES.mosek.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Summary of recent updates to MOSEK for AMPL
===========================================


## 20240617
- *Multi-objective emulator*
- obj:multi=2 forces emulation, even if MO natively supported.
- Fixed a bug in the objective degradation suffixes
.objasbtol, .objreltol.


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator
Expand Down
7 changes: 7 additions & 0 deletions solvers/scipmp/CHANGES.scipmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Summary of recent updates to SCIP for AMPL
==========================================


## 20240617
- *Multi-objective emulator*
- obj:multi=2 forces emulation, even if MO natively supported.
- Fixed a bug in the objective degradation suffixes
.objasbtol, .objreltol.


## 20240604
- Presolve division by constant, resulting in fewer constraints
- Fix no-solution case in multi-objective emulator
Expand Down
7 changes: 7 additions & 0 deletions solvers/xpress/CHANGES.xpress.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Summary of recent updates to Xpress for AMPL
============================================


## 20240617
- *Multi-objective emulator*
- obj:multi=2 forces emulation, even if MO natively supported.
- Fixed a bug in the objective degradation suffixes
.objasbtol, .objreltol.


## 20240606
- Fix mip:basis (post-solving as fixed MIP),
although fix + resolve from AMPL can be faster.
Expand Down

0 comments on commit b821ffd

Please sign in to comment.