gtopt/linear_problem.hpp file

Header defining data structures for sparse linear planning problems.

This module provides representations for sparse linear planning problems, including data structures for rows, columns, and matrices, as well as conversion utilities for different problem formats.

Namespaces

namespace gtopt

Classes

struct gtopt::FlatLinearProblem
Represents a linear problem in column-major flat representation.
class gtopt::LinearProblem
Main class for building and manipulating linear planning problems.
struct gtopt::FlatLinearProblem::RowTypeStatsEntry