-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moi 10 #75
Moi 10 #75
Conversation
@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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
* 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]>
start upgrading Mosek to MOI 0.10