plot_TC {critpath}R Documentation

Total cost change plot

Description

Total cost change plot

Usage

plot_TC(your_list)

Arguments

your_list

List containing solved problem

Value

Based on the results of the LESS method, a graph of the total cost value of all iterations is created

Examples

z <- solve_lessAOA(lessexample1, 50, 15)
plot_TC(z)

[Package critpath version 0.2.2 Index]