< GLPK

This section discusses the use of third-party utilities to visualize aspects of a particular GLPK instance, including:

  • the problem (being a representation of the underlying model)
  • its solution (or the results more generally)
  • the progress of the solver (in real-time or after completion).

The following methods have been successfully used:

  • print SVG output from GLPK and display using a contemporary web browser or SVG editor (say Inkscape)
  • print dot language output from GLPK then process using graphiz[1] and display in an SVG or PNG viewer

Some of these methods can (and perhaps have been) built into GLPK-specific IDEs, thereby relieving the user of the associated manual processing.

The following sub-chapters discuss some of these approaches in detail:

  • graphical output using SVG
  • graphical output using gnuplot


References

  1. graphviz
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.