Skip to content

Commit

Permalink
update CHANGELOG for v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilten authored Oct 30, 2020
1 parent 47b5001 commit 7fc41e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

## Unreleased

## 3.0.4 - 2020-10-30
### Added
- add more SCIP functions: `getNTotalNodes`, `getNIntVars`, `getNBinVars`

### Fixed
- `getTransformedVar` now uses `SCIPgetTransformedVar` instead of `SCIPtransformVar` which captures the variable

## 3.0.3 - 2020-09-05
### Added
- add parameter genericnames to Model.writeProblem() to allow for generic variable and constraint names

### Fixed
- strip quotes from SCIPOPTDIR path variable that might confuse Windows systems
* `getTransformedVar` now uses `SCIPgetTransformedVar` instead of `SCIPtransformVar` which captures the variable

## 3.0.2 - 2020-08-09
### Added
Expand Down

0 comments on commit 7fc41e9

Please sign in to comment.