Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::scp::PrimalDualState Struct Reference

Utility aggregate to store and pass around both primal and dual states. More...

#include <set_cover_cft.h>

Public Attributes

Solution solution
DualState dual_state

Detailed Description

Utility aggregate to store and pass around both primal and dual states.

Definition at line 181 of file set_cover_cft.h.

Member Data Documentation

◆ dual_state

DualState operations_research::scp::PrimalDualState::dual_state

Definition at line 183 of file set_cover_cft.h.

◆ solution

Solution operations_research::scp::PrimalDualState::solution

Definition at line 182 of file set_cover_cft.h.


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