Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
dropped_zero Struct Reference

Tracking information for an explicit zero coefficient. More...

#include <CoinPresolveZeros.hpp>

Public Attributes

int row
 
int col
 

Detailed Description

Tracking information for an explicit zero coefficient.

Todo:
Why isn't this a nested class in drop_zero_coefficients_action? That would match the structure of other presolve classes.

Definition at line 22 of file CoinPresolveZeros.hpp.

Member Data Documentation

int dropped_zero::row

Definition at line 23 of file CoinPresolveZeros.hpp.

int dropped_zero::col

Definition at line 24 of file CoinPresolveZeros.hpp.


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