Are you getting an error? If so, can you post the stack trace?
If you are not getting an error, are you saving the results? For example, you could do:
results = ipopt_solver.solve(model, tee=True)
model.load(results)
model.pprint()
The tee=True will show ipopt output.
Michael
--
You received this message because you are subscribed to the Google Groups "Pyomo Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyomo-forum...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.