Pyomo / pyomo

An object-oriented algebraic modeling language in Python for structured optimization problems.
https://www.pyomo.org
Other
1.97k stars 507 forks source link

Cannot load a SolverResults object with bad status: aborted #1572

Closed Chris-Zheng-1 closed 4 years ago

Chris-Zheng-1 commented 4 years ago

I am a beginner of Pyomo and I construct a MINLP model to solve community partition. When I solve the model, it turns such error:

截屏2020-07-25 下午5 35 22

How could I solve this problem?

bernalde commented 4 years ago

Hi, can you provide us with more details about your problem? Maybe a minimal working example? I would also suggest you visit the Pyomo forum where you can find examples and other answered questions.

qtothec commented 4 years ago

Which MINLP solver are you using? Some solvers will report aborted because of a license failure.

blnicho commented 4 years ago

Issues on the Pyomo GitHub page are meant for bug-reports and feature requests. If you have modeling or implementation questions please ask them on the Pyomo forum or on StackOverflow.