Skip to content

Optimization-Algorithms/Usage-Ratio-Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage-Ratio-Plotter

Rust

Plot usage ratios from Feature Kernel Log on PNG or SVG file

Compile

To compile this program you need cargo. Clone this repository, open it into your system shell then run

cargo build --release

The optimized executable will be located into directory target/release, the executable name depends on the platform:

  • urp on Unix
  • urp.exe on Windows

Usage

urp generates a plot from the usage ratio csv generate by feasth. This plot will show how the usage ratio evolves during Feature Kernel iterations and the output status of the sub problem.

Each sub problem will be represented by a point in the graph. The color indicates the sub problem status

Status Color
Infeasible RED
Linear Feasible BLUE
Integer Feasible GREEN
Timeout BLACK

On the X-axis represents the sub problem id, the Y-axis indicates the sub problem usage ratio.

About

Plot usage ratios from Feature Kernel Log on PNG or SVG file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages