-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
87 lines (69 loc) · 2.3 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
GAMS.jl v0.5.2
==================
- Fixed ignored attribute ModelType.
- Fixed missing parenthesis in translated nonlinear constraints.
GAMS.jl v0.5.1
==================
- Fixed missing parenthesis in translated nonlinear constraints.
GAMS.jl v0.5.0
==================
- Add support of MOI.ScalarNonlinearFunction as objective and as constraints with sets EqualTo,
LessThan and GreaterThan.
- Small refactor (small changes to layout of intermediate written GAMS file).
GAMS.jl v0.4.2
==================
- Fixed missing attributes: NodeCount, RelativeGapTolerance,
AbsoluteGapTolerance and RelativeGap.
GAMS.jl v0.4.1
==================
- Fix MathOptInterface dependency to be [1.8.x, 2)
GAMS.jl v0.4.0
==================
- Update to MathOptInterface 1.8.2
GAMS.jl v0.3.3
==================
- Fixed missing attributes: 'Name', 'ListOfConstraintTypesPresent'
GAMS.jl v0.3.2
==================
- Added attributes to query generated and original symbol names
GAMS.jl v0.3.1
==================
- Fixed primal solution of a fixed unused variable
GAMS.jl v0.3.0
==================
- Update to MathOptInterface 0.10.7
- Added support of variable and constraint names in generated GAMS model
- Fixed repeated update of bounds
- Fixed empty row
GAMS.jl v0.2.5
==================
- Fixed setting license option
- Fixed incorrect reset of model type, system directory and working directory
GAMS.jl v0.2.4
==================
- Added GAMS command line option 'license'
GAMS.jl v0.2.3
==================
- Added support of optimizer initialization with a GAMSWorkspace
GAMS.jl v0.2.2
==================
- Added support of acos, asin, atan, mod and sign function
GAMS.jl v0.2.1
==================
- Fixed query of optimizer attributes 'sysdir', 'workdir' and 'modeltype'
- Fixed init of GAMSWorkspace when GAMS cannot be found in PATH
GAMS.jl v0.2.0
==================
- Added support of complementarity constraints (model types MPEC and MCP)
- Fixed handling of objective function for model type CNS
- Fixed return of non-existing variables from NaN to 0
GAMS.jl v0.1.6
==================
- Fixed solution GDX report for incomplete list of variables
GAMS.jl v0.1.5
==================
- Fixed precision for writing doubles
- Fixed a bug when only sos2 constraints are present
GAMS.jl v0.1.4
==================
- Added support of MOI.NLPBlockDual