CoinUtils  2.11.9
Public Attributes | List of all members
dropped_zero Struct Reference

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

#include <CoinPresolveZeros.hpp>

+ Collaboration diagram for dropped_zero:

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.
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

◆ row

int dropped_zero::row

Definition at line 23 of file CoinPresolveZeros.hpp.

◆ col

int dropped_zero::col

Definition at line 24 of file CoinPresolveZeros.hpp.


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