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

Possible problem on contype=L; verify these problems against SIF #171

Open
abelsiqueira opened this issue Jan 16, 2019 · 3 comments
Open
Labels
SIF Related to CUTEst

Comments

@abelsiqueira
Copy link
Member

The classification tests compare contype=L against decoding and counting the linear constraints.

  • SIF says these problems have linear constraints, but deconding gives otherwise:
    "RDW2D52U", "RDW2D52F", "RDW2D52B", "RDW2D51U", "RDW2D51F"
  • Decoding gives linear constraints, but SIF disagrees:
    "STEENBRA", "DALLASM", "GRIDNETC", "GRIDNETH", "GRIDNETG", "STEENBRD", "BIGBANK", "GRIDNETI", "LINSPANH", "STEENBRE", "SPANHYD", "GRIDNETE", "GRIDNETF", "STEENBRF", "GRIDNETD", "SMBANK", "LSNNODOC", "DALLASS", "GRIDNETA", "STEENBRG", "GRIDNETB", "STEENBRC", "DALLASL", "WATER", "STEENBRB"
@abelsiqueira abelsiqueira added the SIF Related to CUTEst label Mar 13, 2019
@amontoison
Copy link
Member

@nimgould
This issue is quite old but I don't know if you are aware of this.

@nimgould
Copy link

"RDW2D52U", "RDW2D52F", "RDW2D52B", "RDW2D51U", "RDW2D51F" only have linear constraints, but the decoder can't tell as the constraints are encoded via (linear) element functions; the decoder is unable to look inside these, and so treats them as nonlinear.

The other problems you mention only involve network constraints; these are linear, but special and thus classified separately, as some software is specifically designed for this class

@nimgould
Copy link

nimgould commented Aug 26, 2024

(no, @amontoison , I was not aware of this, I have not been notified of julia issues. Thanks for letting me know)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SIF Related to CUTEst
Projects
None yet
Development

No branches or pull requests

3 participants