Skip to content
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

Debug MOI test failures #228

Open
odow opened this issue Nov 17, 2021 · 0 comments
Open

Debug MOI test failures #228

odow opened this issue Nov 17, 2021 · 0 comments
Milestone

Comments

@odow
Copy link
Collaborator

odow commented Nov 17, 2021

There are a few MOI tests that fail:

# ====================== Unexplained failures ======================
# LOCALLY_SOLVED instead of INFEASIBLE
"test_conic_linear_INFEASIBLE_2",
# NORM_LIMIT instead of LOCALLY_SOLVED
"test_conic_linear_VectorOfVariables",
# INVALID_MODEL instead of LOCALLY_SOLVED
"test_linear_VectorAffineFunction_empty_row",
# Attributes are not checked properly on copy_to
"test_model_copy_to_UnsupportedAttribute",
"test_model_copy_to_UnsupportedConstraint",
# supports_constraint not checking for element types
"test_model_supports_constraint_ScalarAffineFunction_EqualTo",
"test_model_supports_constraint_VariableIndex_EqualTo",
"test_model_supports_constraint_VectorOfVariables_Nonnegatives",
# Result index not being checked properly
"test_solve_result_index",

This could be bugs in Juniper, or bugs in the MOI wrapper.

@ccoffrin ccoffrin added this to the v1.0.0 milestone Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants