-
Notifications
You must be signed in to change notification settings - Fork 19
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
Maintenance #49
Comments
Yes I’ll keep this here. I doubt if I’ll add any new functionality here but will try to make it work with newer Julia versions. |
Excellent, much appreciated! Do you have a sense how complicated it would be to make things work with PATHSolver.jl v1.0? |
Probably just replacing Lines 152 to 154 in 10b3ed1
|
The tests currently fail because they call |
Probably just remove the options for now. You can pass options to PATH via |
I tried to upgrade things, but I'm running into too many other issues that need fixing where the call signatures seem to have changed, and I think at the moment I'm not familiar enough with the changes in PATHSolver or the design in Complementarity to really push this to the finishing line... So fingers crossed that someone else might tackle this :) |
I should probably do this seeing as how I went and broke everything. In the mean time, if you install |
That would be awesome :) And yes, we don't have a problem in the short run as we can just use the previous version of PATHSolver. But would feel better if things keep being maintained to a level where one can use the latest versions of packages. |
@odow If you didn't start the work yet, I think I can do it. |
Go for it |
@odow A few questions:
|
Example complementarity problems (MCP - computable general equilibrium): Simple examples: Larger examples (access may be restricted, but updates to master coming soon): |
I will add my voice here to say thanks @chkwon and @odow, for the work with Complementarity.jl and PATHSolver.jl. And also thanks to @davidanthoff for bringing this up---I actually brought it up here a while back. Its really nice to see you guys actively care about these features and volunteer your time to help the rest of us. I am certain there are many people like me. Not programmers by training but users of packages who are quickly learning our way around and will soon be able to help with maintaining and developing these packages. |
Closed by #50 |
@Jovansam A new version is tagged. Now Complementarity.jl uses the most recent version of PATHSolver.jl. If you find any issue, please let us know. |
Fantastic, thanks so much for this super fast turnaround time!! |
Hi,
I saw the message that this package is no longer maintained, with a pointer towards newer versions of JuMP and PATHSolver as alternatives. But it seems to me that at the moment JuMP with PATHSolver does not support the non-linear problems of the kind that one can model with Complementarity, right? And at the same time I interpreted @odow's response over at chkwon/PATHSolver.jl#47 as saying that it will take quite a while (realistically 1-2 years) for a generic JuMP/PATHSolver solution to emerge.
So I'm wondering whether it would make sense to continue maintaining Complementarity.jl, until there is actually a viable alternative available? After all, things do seem to work at the moment for non-linear problems, and we (and I believe others) have a lot of use-cases where we would like to utilize the existing functionality.
As far as I can tell the only compat work that one might have to do at the moment is to update Complementarity.jl to work with PATHSolver.jl v1, right?
The text was updated successfully, but these errors were encountered: