Skip to content

Visual representation of the branch-and-cut tree of SCIP using spatial dissimilarities of LP solutions

License

Notifications You must be signed in to change notification settings

josmangarsal/TreeD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TreeD

Visual representation of the branch-and-cut tree of SCIP using spatial dissimilarities of LP solutions

Example

Usage:

  • run TreeD.py to get usage information

Dependencies:

  • PySCIPOpt to solve the instance and generate the necessary tree data
  • Plot.ly to draw the 3D visualization
  • pandas to organize the collected data
  • sklearn for multi-dimensional scaling
  • pysal to compute statistics based on spatial (dis)similarity

Export to Amira:

  • run AmiraTreeD.py to get usage information.

AmiraTreeD.py generates the '.am' data files to be loaded by Amira software to draw the tree using LineRaycast.

Settings

Project View

  • DataTree.am: SpatialGraph data file with tree nodes and edges.
  • LineRaycast: Module to display the SpatialGraph. Note that is needed to set the colormap according to py code output (For instance 'Color map from 1 to 70' in this picture).
  • DataOpt.am: SpatialGraph data file with optimun value.
  • Opt Plane: Display the optimal value as a plane.

Preview

Amira preview

About

Visual representation of the branch-and-cut tree of SCIP using spatial dissimilarities of LP solutions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.6%
  • Haxe 30.4%