delpi  0.0.1
DElta-complete LP solver
Loading...
Searching...
No Matches
delpi::Column Struct Reference

Convenient structure representing a column in the LP solver. More...

#include <Column.h>

Public Attributes

Variable var
 Variable.
std::optional< mpq_class > lb
 Lower bound.
std::optional< mpq_class > ub
 Upper bound.
std::optional< mpq_class > obj
 Objective function coefficient.

Detailed Description

Convenient structure representing a column in the LP solver.

A missing lower bound means that the variable is unbounded in the negative direction. A missing upper bound means that the variable is unbounded in the positive direction. A missing objective function coefficient means that the variable does not participate in the objective function.

Definition at line 23 of file Column.h.


The documentation for this struct was generated from the following file: