Skip to main content

Module var

Module var 

Source

Structsยง

VarBuilder
Builder returned by Model::var. Configure bounds / domain, then call Self::build to register the variable and obtain an Expr handle.
Variable
Variable metadata held by the Model. Users do not construct this directly, they get an Expr back from VarBuilder::build and look up solution values via crate::Model / oximo_solver::SolverResult.