Skip to content
Prev 319273 / 398503 Next

Optimization in R similar to MS Excel Solver

On 11-03-2013, at 23:31, Pavel_K <kuk064 at vsb.cz> wrote:

            
Please provide a reproducible example including the necessary library() statements.

In the call of lp.transport you are using a variable "costs" but where is it defined?
You read a file with read.table into a variable "s".
Use dput.

Berend