Learn R Programming

RTL (version 1.3.0)

refineryLP: LP model for refinery optimization

Description

Plain vanilla refinery optimization LP model.

Usage

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

Value

Optimal crude slate and profits

Arguments

crudes

Data frame of crude inputs

products

Data frame of product outputs and max outputs.

Author

Philippe Cote

Examples

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

Run the code above in your browser using DataLab