--
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.
Dave is correct. I cannot think of any way to directly call the CPLEX solver bundled within GAMS from Pyomo: Pyomo needs either a command-line executable or the CPLEX Python bindings in order to interface with the solver.
The “least-finagled” way would be to export the Pyomo model into GAMS format and then call the solver through GAMS. Writing that exporter should not be too hard – and is on my “not-so-short short list” of things to do – but obviously has not been done yet.
john