v0.9.15
·
1053 commits
to master
since this release
MathOptInterface v0.9.15
Closed issues:
- ZeroOneBridge (#704)
- Add support to query the reduced cost of a variable (#776)
- [RFC] supports_constrained_variable (#987)
- Add function to retrieve the current processed node in the branch-and-bound tree (#1067)
- Uniform docs for norms (#1098)
- MPS code is not deterministic (#1106)
- How to add cuts/constraints to Conic Benchmark Library (CBLIB) Instances? (#1107)
- :ExpPrimal, :ExpDual, :SDP cones not supported in import of CBF models? (#1108)
- Error in set_start_value (#1115)
- Model Writing Error Messages (#1116)
- Cannot use custom attribute type (#1127)
- Issue in convex_approx (#1138)
Merged pull requests:
- Add (R)SOCtoNonConvexQuad Bridge (#1046) (@joaquimg)
- Updating docs for MOI.Test.unittest (#1050) (@Yashcodes)
- Add ZeroOneBridge (#1099) (@rtwalker)
- Supports add constrained variable (#1101) (@ilancoulon)
- Update for move to jump-dev org (#1103) (@mlubin)
- Fix constrained variables for caching optimizer (#1104) (@blegat)
- Various improvements to the FileFormats.MPS subpackage (#1109) (@odow)
- Implement length for lazy iterators (#1110) (@blegat)
- Various improvements to the FilesFormats.MOF subpackage. (#1111) (@odow)
- Faster LazyMap (#1113) (@blegat)
- Fix order ListOfConstraintIndices with constraint bridges on variable function (#1114) (@blegat)
- Add CanonicalConstraintFunction attribute (#1118) (@blegat)
- Improve triangle_dot with MA (#1119) (@blegat)
- Remove useless {T} (#1120) (@blegat)
- Shortcut when no attribute should be copied (#1121) (@blegat)
- Use DenseDict for copy_to (#1122) (@blegat)
- Modify .travis.yml to reduce CI load (#1123) (@odow)
- Fixed unsupported objectives in FileFormats (#1124) (@egbuck)
- Implementing bridge cost (#1125) (@blegat)
- Implement DoubleDicts (#1126) (@joaquimg)
- Add missing parenthese in docstring (#1128) (@blegat)
- Improve indexing performance (#1129) (@joaquimg)
- Tidy Constraint.Vectorize bridge (#1130) (@odow)
- Improve performance of LazyBridgeOptimizer (#1131) (@odow)
- uniform norms in docs (#1132) (@Aks1996)
- Add name option for basic_constraint_test (#1133) (@blegat)
- Remove useless assignment in allocate-load (#1134) (@blegat)
- When copying a model, propose to only keep conflict constraints. (#1135) (@dourouc05)
- Double dict reversion (#1139) (@joaquimg)
- Merge Clever and Dense dicts (#1142) (@joaquimg)
- Add wikipedia reference for triangular formula (#1143) (@blegat)
- Update URLs to jump-dev (#1145) (@mtanneau)
- Update to MathOptFormat v0.5 (#1146) (@odow)
- Typo fix (#1147) (@mlubin)
- \Integer -> \mathbb{Z} (#1148) (@blegat)
- Delete REQUIRE (#1149) (@dourouc05)
- Refactor Bridges debug (#1151) (@blegat)
- Fix convert_approx with multiple nonzero terms (#1152) (@blegat)
- Implement get for CleverDict (#1153) (@blegat)
- Implement get for DoubleDict (#1154) (@blegat)
- Fill news for v0.9.15 (#1155) (@odow)