|
CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|

Public Attributes | |
| std::set< size_t > | rows |
| all row with this color | |
| std::map< size_t, size_t > | column2Row |
| maps column indexes to the corresponding row | |
| std::map< size_t, std::set< size_t > > | row2Columns |
| maps row indexes to the corresponding columns | |
| std::set< size_t > | forbiddenRows |
| used columns | |
Used for coloring
Definition at line 126 of file model_c_source_gen.hpp.