Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::LinearProgrammingConstraintCollection Class Reference

A class that stores the collection of all LP constraints in a model. More...

#include <linear_programming_constraint.h>

Inheritance diagram for operations_research::sat::LinearProgrammingConstraintCollection:

Public Member Functions

 LinearProgrammingConstraintCollection (Model *model)
 

Detailed Description

A class that stores the collection of all LP constraints in a model.

Definition at line 631 of file linear_programming_constraint.h.

Constructor & Destructor Documentation

◆ LinearProgrammingConstraintCollection()

operations_research::sat::LinearProgrammingConstraintCollection::LinearProgrammingConstraintCollection ( Model * model)
inlineexplicit

Definition at line 634 of file linear_programming_constraint.h.


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