DisjunctiveProgramming.jl icon indicating copy to clipboard operation
DisjunctiveProgramming.jl copied to clipboard

Add Summarizing Printing Methods

Open pulsipher opened this issue 2 years ago • 0 comments

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.

pulsipher avatar Dec 08 '23 14:12 pulsipher