Skip to content

Releases: VaeterchenFrost/gpusat-VISU

API Dataflow

31 May 23:15
Compare
Choose a tag to compare
API Dataflow Pre-release
Pre-release

Finished #21
Some cleanup and docu in the starting.

Reworked svg_join

27 May 12:32
Compare
Choose a tag to compare
Reworked svg_join Pre-release
Pre-release

Scaling, moving and timeline in svg join.

Dpdb MinVC Functionality

23 May 21:05
Compare
Choose a tag to compare
Pre-release
  • Generalized primalgraph to a version of general graph
  • added reader.py to read graphs from e.g. minvc
  • Refactored several methods
  • Better layout of big general graphs, edges in the background
  • prepared extraction of several parameters into the API
  • improved some aspects of svgjoin, need to include it into program flow

Working Sharpsat DPDB Output

06 Apr 01:08
Compare
Choose a tag to compare
Pre-release

Adapter between DPDB tables in postgres and visualization json in first draft.
Further work:

  • make different style and string decisions customizable.
  • add the next (generic) problem cases from dpdb

Migrated code to visualization.py

27 Mar 18:32
Compare
Choose a tag to compare
Pre-release

Same output as pure script.

Working SVG output

24 Mar 17:51
Compare
Choose a tag to compare
Working SVG output Pre-release
Pre-release

Previously worked with png output for simplicity of previews.
This has at least two downsides:

  1. Resolution dependent - especially cumbersome when combining different graphics
  2. Potentially large filesizes - not that easy to share.
    For example:
    combined1..11 from results41.7z: 5.6MB
    all part-images from example41SVG.7z: 9 KB

TODO:
Potentially size-constraint on large solutions
Layout the primal nodes (ex. in a circle)
Find way to combine the .svg into one image.