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

Could PAO/pyomo solve bilevel programming problem with two mixed integer models? #99

Open
mugglell opened this issue Nov 8, 2023 · 0 comments

Comments

@mugglell
Copy link

mugglell commented Nov 8, 2023

If the upper level model has binery varibles, continous varibles and interger varibles,it's a linering mixed integer model. And the lower level model has binery varibles, continous varibles and interger varibles, too. And it's also a linering mixed integer model. PAO.
with Solver('pao.pyomo.PCCG',mip_solver="gurobi") as solver:
results = solver.solve(M)
if I use the PCCG solver or other solvers, could the problem be solved?
Intermediate linking variables may be binery varibles or continous varibles

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

1 participant