Plot usage ratios from Feature Kernel Log on PNG or SVG file
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 Unixurp.exe
on Windows
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.