Skip to content

Conversation

@matbesancon
Copy link
Contributor

start upgrading Mosek to MOI 0.10

@matbesancon matbesancon mentioned this pull request Sep 29, 2021
@matbesancon
Copy link
Contributor Author

@odow can you take a look?

"test_objective_qp_ObjectiveFunction_zero_ofdiag", # MOI.ListOfModelAttributesSet
"test_objective_set_via_modify",
"test_quadratic_nonconvex_constraint_integration",
"test_solve_ObjectiveBound_MAX_SENSE_LP", # ObjectiveBound invalid
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The quantity of failing tests here isn't good :(

You should try with

model = MOI.Bridges.full_bridge_optimizer(
    MOI.Utilities.CachingOptimizer(
        MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}()),
        Mosek.Optimizer(),
    ),
    Float64,
)
MOI.Test.runtests(model, MOI.Test.Config())

That should add a cache for all of the names etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added a third group of tests for this

@blegat blegat merged commit c176da6 into jump-dev:master Oct 10, 2021
@matbesancon matbesancon deleted the moi-10 branch October 28, 2021 19:07
blegat pushed a commit that referenced this pull request Dec 3, 2021
* remove deprecated calls

* start MOI 10

* enumerate tests

* no basis status

* add quadratic

* regroup all runtests

* deprecated call

* cached test
blegat added a commit that referenced this pull request Dec 3, 2021
* cherry-pick 7cfeba6

* fix: interval bound with infinite bound value

* Fixes to pass MOI v0.9.9 tests

* Revert "Temporarily remove REDUCTION_CERTIFICATE"

This reverts commit f35b419.

* Add missing methods for variable primal start

* Remove support for VectorOfVariables-in-SDP constraints (#53)

* Remove support for VectorOfVariables-in-SDP constraints

* Update Julia version in .travis.yml

* Fixes

* Fixes

* Bump minimum MOI version

* Update with_optimizer in README

* Fix unbounded check

* Remove support for ZeroOne (#58)

* Fix solutions for conic problems with starting values (#67)

* Rename MosekModel to Optimizer (#68)

* Moi 10 (#75)

* remove deprecated calls

* start MOI 10

* enumerate tests

* no basis status

* add quadratic

* regroup all runtests

* deprecated call

* cached test

* Travis -> Github actions (#83)

* Implement MOI.SolverVersion (#79)

* Implement MOI.SolverVersion

* Update Project.toml

* Throw error when setting name of matrix variable (#82)

* Throw error when setting name of matrix variable

* Add test

* Exclude failing integer tests

Co-authored-by: ulfw <[email protected]>
Co-authored-by: Mathieu Besançon <[email protected]>
Co-authored-by: Oscar Dowson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants