hdavid16 / DisjunctiveProgramming.jl

A JuMP extension for Generalized Disjunctive Programming
MIT License
27 stars 3 forks source link

Add Summarizing Printing Methods #101

Open pulsipher opened 7 months ago

pulsipher commented 7 months ago

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.