Skip to content

Fixing two issues#39

Open
kibaekkim wants to merge 16 commits intoArgonne-National-Laboratory:masterfrom
kibaekkim:master
Open

Fixing two issues#39
kibaekkim wants to merge 16 commits intoArgonne-National-Laboratory:masterfrom
kibaekkim:master

Conversation

@kibaekkim
Copy link
Collaborator

I have found and fixed two issues.

The first issue is that member variable xDiag is not initialized and can potentially be undefined if nxlow + nxupp == 0 (that is, all variables are unbounded). This has been fixed in files sLinsysRoot.*. The initialization is safe because xDiag will be overwritten if nxlow + nxupp > 0. Please, however, make sure that xDiag is initialized with the right data.

The second issue is the assumption in the code that the matrix inputs are always column-ordered. This has been fixed in file sTreeImpl.C.

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

Successfully merging this pull request may close these issues.

1 participant