linear_problem.cpp file
Implementation of the linear programming problem representation.
This module implements the core data structures and operations for building and manipulating linear programming problems. It handles the sparse matrix representation, problem flattening, and matrix operations needed for efficient solver integration.
Namespaces
- namespace gtopt
Variables
- std::vector<double> row_scales