Skip to content

Tags: jump-dev/MathOptInterface.jl

Tags

v1.43.0

Toggle v1.43.0's commit message
[Diff since v1.42.1](v1.42.1...v1.43.0)

**Merged pull requests:**
- Add OPF benchmark (#2739) (@blegat)
- [Bridges] Add Interval to HyperRectangle constraint bridge (#2754) (@blegat)
- Add ConflictCount and conflict_index to ConstraintConflictStatus (#2775) (@joaquimg)
- Support [email protected] (#2796) (@odow)
- [FileFormats.MPS] allow any whitespace as a separator between fields (#2798) (@odow)
- [Nonlinear] parse x*x as x^2 in Nonlinear.Model (#2799) (@odow)
- [Utilities] fix backwards compat of ConflictCount in MockOptimizer (#2800) (@odow)
- Typo in comment : writte -> written (#2801) (@blegat)
- Fix duplicate test with same name (#2804) (@blegat)
- Add a test that methods are not overwritten in test modules (#2805) (@odow)
- Get back to 100% code coverage (#2806) (@odow)
- [Utilities] fix quadratic operate with non-Int coefficient (#2807) (@odow)
- Prep for v1.43.0 (#2808) (@odow)
- Fix ConstraintDual transformation for SplitHyperRectangleBridge (#2809) (@blegat)
- Filter identity_bridge.jl out from runtests (#2812) (@blegat)
- [FileFormats] fix and test MOI.supports of MOI.ObjectiveFunction (#2814) (@odow)
- Fix SplitHyperRectangleBridge with all free rows (#2816) (@odow)
- [Bridges] fix deleting variable with constraint bridges (#2818) (@odow)
- [Utilities] fix a Utilities.AbstractModel with no constraints (#2819) (@odow)

**Closed issues:**
- [FileFormats.MPS] MIPLIB collection errors (#2797)
- [FileFormats] error properly on vector-valued objectives (#2813)
- SpliltHyperRectangleBridge can add 0-dim constraint (#2815)
- Deletion bug in bridges (#2817)
- supports names in bridged models is inconsistent ? (#2820)

v1.42.1

Toggle v1.42.1's commit message
[Diff since v1.42.0](v1.42.0...v1.42.1)

**Merged pull requests:**
- Add more packages to solver-tests.yml (#2785) (@odow)
- [FileFormats.MPS] test that duplicate entries are summed (#2787) (@odow)
- Fix docstring of inverse_trimap (#2790) (@blegat)
- Remove useless prefix in set_dot (#2791) (@blegat)
- [FileFormats.MPS] fix reading models with extra ROWS fields (#2793) (@odow)
- Prep for v1.42.1 (#2794) (@odow)

**Closed issues:**
- [FileFormats.MPS] test repeated coefficients in MPS file (#2786)
- [FileFormats.MPS] unable to parse rvb-sub.mps (#2792)

v1.42.0

Toggle v1.42.0's commit message
[Diff since v1.41.0](v1.41.0...v1.42.0)

**Merged pull requests:**
- Optionally disable warn on `PenaltyRelaxation` (#2774) (@joaquimg)
- [FileFormats.MPS] fix writing objective constant in MAX_SENSE (#2778) (@odow)
- Fix change in Expr == for Julia nightly (#2780) (@odow)
- [Nonlinear.ReverseAD] fix performance bug in Hessian computation (#2783) (@odow)
- Prep for v1.42.0 (#2784) (@odow)

**Closed issues:**
- `Utilities.value_type` can be incorrect for `ScalarNonlinearFunction` (#2776)
- Wrong sign on objective constant for maximization problem when writing to an mps file (#2777)
- SIF reader (#2781)
- [Nonlinear] Performance regression of Hessian evaluation in MOI 1.41 (#2782)

v1.41.0

Toggle v1.41.0's commit message
[Diff since v1.40.2](v1.40.2...v1.41.0)

**Merged pull requests:**
- [FileFormats.LP] add support for other number types (#2768) (@odow)
- [FileFormats.MPS] add support for other number types (#2769) (@odow)
- [FileFormats.MOF] add support for other number types (#2770) (@odow)
- Improve the docstring of write_to_file and read_from_file and support kwargs (#2771) (@odow)
- [FileFormats.SDPA] add coefficient_type kwarg and improve tests (#2772) (@odow)
- Prep for v1.41.0 (#2773) (@odow)

**Closed issues:**
- [FileFormats] support other number types other than Float64 (#2765)

v1.40.2

Toggle v1.40.2's commit message
[Diff since v1.40.1](v1.40.1...v1.40.2)

**Merged pull requests:**
- [Bridges] improve error thrown in ToMILPBridge when variable is not bounded (#2764) (@odow)
- [FileFormats.NL] fix try_scalar_affine_function (#2766) (@odow)
- Prep for v1.40.2 (#2767) (@odow)

**Closed issues:**
- Improve the error messages in ToMILPBridges (#2761)

v1.40.1

Toggle v1.40.1's commit message
[Diff since v1.40.0](v1.40.0...v1.40.1)

**Merged pull requests:**
- [docs] filter varying width Time column in doctest (#2748) (@mortenpi)
- Implement dual for Hermitian PSD cone (#2749) (@blegat)
- Use Base.only when appropriate (#2751) (@blegat)
- [docs] remove experimental warning from Nonlinear module docstring (#2752) (@blegat)
- Use throw_if_scalar_and_constant_not_zero when appropriate (#2753) (@blegat)
- Fix get_fallback of DualObjectiveValue with HyperRectangle (#2755) (@blegat)
- Improve text of showerror for NotAllowedError (#2757) (@odow)
- [FileFormats.SDPA] fix reading files with {} punctuation (#2759) (@odow)
- Prep for v1.40.1 (#2760) (@odow)

**Closed issues:**
- Chordal Decomposition of SDP (#2617)
- Improve error message of print_active_bridges (#2756)
- [FileFormats.SDPA] reader cannot read https://github.com/vsdp/SDPLIB (#2758)

v1.40.0

Toggle v1.40.0's commit message
[Diff since v1.39.0](v1.39.0...v1.40.0)

**Merged pull requests:**
- Fix Bridge test for non-invertible constraint bridge (#2713) (@blegat)
- [FileFormats.NL] clarify comment about binary format (#2720) (@odow)
- Add more packages to solver-tests.yml (#2721) (@odow)
- [Bridges] fix bridge weights for SOS(1|2)ToMILPBridge (#2723) (@odow)
- Add bridge from Hermitian PSD to complex function in Symmetric PSD (#2724) (@blegat)
- Remove @show from test of MockOptimizer (#2725) (@blegat)
- Add testset to Bridges.runtests (#2726) (@blegat)
- [Utilities] add distance_to_set for PositiveSemidefiniteCone (#2729) (@odow)
- Simplify _eval_hessian_inner (#2730) (@blegat)
- Update JuliaFormatter to v2 (#2731) (@blegat)
- [Nonlinear] Merge forward_storage_ϵ with reverse_storage_ϵ (#2732) (@blegat)
- Fix SetMapBridge with complex type (#2733) (@blegat)
- Shorter testset name for Bridges.runtests (#2734) (@blegat)
- Bump Julia version to v1.10 for documentation (#2735) (@blegat)
- Remove arguments of _forward_eval_ϵ (#2736) (@blegat)
- Add allocation tests for ReverseAD (#2737) (@blegat)
- Disable linearity detection for subexpression if no hessian (#2738) (@blegat)
- Remove dynamic dispatch in Hessian evaluation (#2740) (@blegat)
- Fix tests on nightly (#2742) (@odow)
- Prep for v1.40.0 (#2743) (@odow)
- [Nonlinear.ReverseAD] Fix use of reinterpret instead _reinterpret_unsafe (#2744) (@odow)
- Add docstring to _reinterpret_unsafe (#2745) (@blegat)
- Add import MathOptInterface as MOI to DocTestSetup (#2746) (@odow)

**Closed issues:**
- [Bridges] slack bridges should be prioritized over ToMILP (#2722)
- distance_to_set for PSD constraint (#2727)
- BenchmarkTools dependency (#2728)
- Tests failing on nightly (#2741)

v1.39.0

Toggle v1.39.0's commit message
[Diff since v1.38.1](v1.38.1...v1.39.0)

**Merged pull requests:**
- Allow using Test.runtests in other packages (#2710) (@blegat)
- Add FrankWolfe.jl to solver-tests.yml (#2715) (@odow)
- [Bridges] fix get ListOfVariableIndices when there is a chain of bridges (#2716) (@odow)
- [FileFormats.NL] add support for reading binary format (#2718) (@odow)
- Prep for v1.39.0 (#2719) (@odow)

**Closed issues:**
- Inconcistent variable count In lazy bridge optimizer (#2714)
- [FileFormats] Reader for NL: unsupported mode b (#2717)

v1.38.1

Toggle v1.38.1's commit message
[Diff since v1.38.0](v1.38.0...v1.38.1)

**Merged pull requests:**
- Remove redundant constraint in CircuitToMILPBridge.jl (#2694) (@odow)
- [Bridges] fix ordering of variables returned by LazyBridgeOptimizer (#2695) (@odow)
- Update solver-tests.yml with new solvers (#2697) (@odow)
- [docs] improve the docstrings of the various enum values (#2698) (@odow)
- [docs] better document various enums (#2699) (@odow)
- [docs] improve the docstrings of attributes (#2700) (@odow)
- [docs] improve the docstring for DUAL_INFEASIBLE (#2701) (@odow)
- Add support for ForwardDiff@1 (#2703) (@odow)
- [Test] make variable bounded in test_nonlinear_constraint_log (#2704) (@odow)
- [Bridges] add a test_broken test for #2696 (#2705) (@odow)
- Prep for v1.38.1 (#2707) (@odow)
- [Nonlinear] fix _UnsafeVectorView with [email protected] (#2708) (@odow)
- Refactor solver-tests.yml to simplify secret management (#2709) (@odow)
- Fix constructors of Indicator set and tidy docstring (#2712) (@odow)

**Closed issues:**
- Utility for copying that check that everything is supported (#2683)
- Add tests for MOI.add_constrained_variables (#2693)

v1.38.0

Toggle v1.38.0's commit message
[Diff since v1.37.2](v1.37.2...v1.38.0)

**Merged pull requests:**
- [Nonlinear] add SymbolicAD submodule (#2624) (@odow)
- [Bridges] improve function getter of SplitHyperRectangleBridge (#2681) (@odow)
- [Utilities] fix operate(vcat for VectorNonlinearFunction (#2682) (@odow)
- [Bridges] refactor NormOneBridge.jl from NormInfinityBridge.jl (#2684) (@odow)
- [Nonlinear.SymbolicAD] simplify quadratic functions if possible (#2685) (@odow)
- [Test] use SymbolicAD.simplify when comparing ConstraintFunction (#2686) (@odow)
- [FileFormats.MOF] make use_nlp_block=false the default if SNF in model (#2688) (@odow)
- Add a check item for Test.version_added when making a release (#2690) (@odow)
- [Test] update version_added (#2691) (@odow)
- Prep for v1.38.0 (#2692) (@odow)

**Closed issues:**
- Add bridge from Cumulative to MILP (#2398)
- isapprox for a VectorNonlinearFunction after simple bridge modifications (#2553)
- Chordal Decomposition of SDP (#2617)
- [FileFormats.MOF] add a flag to the file when use_nlp_block=false (#2687)
- Add MOI versions to tests (#2689)