Skip to content

Commit

Permalink
Update ampl 20241122
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-dv committed Nov 25, 2024
1 parent 57c7631 commit a9b5ed9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/source/releases/ampl.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# AMPL Changelog

## 20241122

* Fix a bug message caused by the following snippet:
```
option presolve 0;
var x >= 0;
subject to c: x >= .5 <==> 1;
solve;
```

## 20240313

* Fix a fault with write commands when $auxfiles contains "d" and a defined variable is split into linear and nonlinear parts. In the .col file, nonlinear parts are now indicated by a ".nl" suffix. In the following silly example
Expand Down
5 changes: 3 additions & 2 deletions docs/source/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Release History


- [**AMPL** Changelog (latest: **20240313**)](../releases/ampl.md)
- [**AMPL** Changelog (latest: **20241122**)](../releases/ampl.md)
- [**BARON** Changelog (latest: **20240508**)](../solvers/baron/changes.md)
- [**BARONMP** Changelog (latest: **20241119**)](../solvers/baron/changesmp.md)
- [**CBC** Changelog (latest: **20240724**)](../solvers/cbc/changes.md)
Expand Down Expand Up @@ -32,7 +32,8 @@
ampl.md
```


## 20241122
- [AMPL](../releases/ampl.md#20241122)
## 20241119
- [BARONMP](../solvers/baron/changesmp.md#20241119)
- [GUROBI](../solvers/gurobi/changes.md#20241119)
Expand Down

0 comments on commit a9b5ed9

Please sign in to comment.