Learn R Programming

RTL (version 0.1.6)

refineryLP: refineryLP

Description

Plain vanilla refinery optmization LP model.

Usage

refineryLP(crudes = ref.opt.inputs, products = ref.opt.outputs)

Arguments

crudes

Data frame of crude inputs

products

Data frame of product outputs and max outputs.

Value

Optimal crude slate and profits

Examples

Run this code
# NOT RUN {
refineryLP(crudes = ref.opt.inputs, products = ref.opt.outputs)
# }

Run the code above in your browser using DataLab