Module rulp::builder [] [src]

The builder module.

This code handles most of the user-facing functionality of constructing a new linear programming problem.

Reexports

pub use lp::Lp;

Structs

Builder
Constraint
HashMap

A hash map implemented with linear probing and Robin Hood bucket stealing.

HashSet

A hash set implemented as a HashMap where the value is ().

Objective
Variable

Enums

Relation

Traits

BuilderBase