There is no way to have GDPModels print any information pertaining to GDPData automatically since GDPModels are just JuMP.Models. However, we can create our own method(s) (e.g., print_gdp_model, latex_gdp_model, and summarize_gdp_model) to properly print a GDPModel by taking GDPData and the current reformulation state into account.
There is no way to have
GDPModels print any information pertaining toGDPDataautomatically sinceGDPModels are justJuMP.Models. However, we can create our own method(s) (e.g.,print_gdp_model,latex_gdp_model, andsummarize_gdp_model) to properly print aGDPModelby takingGDPDataand the current reformulation state into account.