v0.1.0
v0.1.0 (2019-08-16)
Diff since b5c17ea914225ac7dfcd718ceb8de9f11a8dbbaf
Closed issues:
- LICENSE.md ? (#45)
- Add docs on how to extend the code (#40)
- Drop GreaterThan and LessThan support (#29)
- Set dot (#26)
- Move dual_set to MOI (#25)
- dualize() with no objective function crashes (#22)
- Simplify DualOptimizer (#20)
- Instantiate PrimalDualMap from the beginning (#18)
- Roadmap to dual optimizer (#16)
- Add conic linear tests (#12)
- Add RotatedSOC (#11)
- Implement the dual as an Optimizer so we can bridge not supported constraints (#8)
- Link the names of primal variables with dual constraints (#7)
- Dualize SOCs (#6)
- Dualize PSDs (#5)
- Typo (#3)
Merged pull requests:
- Prepare for release (#50) (guilhermebodin)
- Custom cones (#48) (guilhermebodin)
- add MIT license (#46) (guilhermebodin)
- Deploy docs to julia opt page (#44) (guilhermebodin)
- added more documentation (#43) (guilhermebodin)
- make DualOptimizer type concrete (#42) (guilhermebodin)
- Dualize JuMP models (#41) (guilhermebodin)
- added doc and exact types in struct (#39) (matbesancon)
- better docs (#38) (guilhermebodin)
- Simplified supported function definitions (#37) (matbesancon)
- Move optimizer inside the DualProblem (#35) (guilhermebodin)
- setup docs (#33) (guilhermebodin)
- Some performance improvements (#31) (guilhermebodin)
- Names (#30) (guilhermebodin)
- set_dot implementation (#28) (guilhermebodin)
- Fix feasibility bug (#23) (guilhermebodin)
- added exponential and power cone duals (#21) (guilhermebodin)
- Optimizer (#19) (guilhermebodin)
- Dualize PositiveSemidefiniteConeTriangle (#17) (guilhermebodin)
- Conic linear problems (#15) (guilhermebodin)
- Added MOI.RotatedSecondOrderCone dualization (#14) (guilhermebodin)
- Dualize soc (#13) (guilhermebodin)
- update README.md, travis and codecov (#10) (guilhermebodin)
- First steps to make the dual of a minimization LP (#4) (guilhermebodin)