gtopt/sparse_col.hpp file

Sparse column representation for linear programming variables.

This module provides the SparseCol class which represents variables in a linear program, including their bounds, objective coefficients, and integrality constraints.

Namespaces

namespace gtopt

Classes

class gtopt::SparseCol
Represents a variable column in a linear program.