You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pyomo Forum
Hi everyone,
Hope you are doing well.
Is there are any script or feature in Pyomo to convert an Abstract model to a Concrete one using data from excel file autmatically ?
Thanks for your feedback
Ahmad Heidari
unread,
Aug 27, 2025, 10:35:49 AM (11 days ago) Aug 27
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pyomo Forum
Hi Ja,
The short answer is no; however, the long answer is as follows. You can use DataPortal(), save your data into a spreadsheet, import it, and then call model.create_instance(...) to get a ConcreteModel.