Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.14 KB

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.