FMT 0.9.8
Forest management tools for forest planning
|
This is the complete list of members for Models::FMTmatrixbuild, including all inherited members.
addCol(int numberInColumn, const int *rows, const double *elements, double columnLower=0.0, double columnUpper=std::numeric_limits< double >::max(), double objectiveValue=0.0) | Models::FMTmatrixbuild | |
addRow(int numberInRow, const int *columns, const double *elements, double rowLower=-std::numeric_limits< double >::max(), double rowUpper=std::numeric_limits< double >::max()) | Models::FMTmatrixbuild | |
deleteCol(const int &colindex) | Models::FMTmatrixbuild | |
deleteRow(const int &rowindex) | Models::FMTmatrixbuild | |
FMTmatrixbuild() | Models::FMTmatrixbuild | |
FMTmatrixbuild(const FMTmatrixbuild &rhs) | Models::FMTmatrixbuild | |
formatallnames(bool shortformat) | Models::FMTmatrixbuild | |
getcol(int whichCol, double &colLower, double &colUpper, double &objectiveValue, std::vector< int > &indices, std::vector< double > &elements) const | Models::FMTmatrixbuild | |
getcolstosynchronize() const | Models::FMTmatrixbuild | |
getcolumnnames() | Models::FMTmatrixbuild | inline |
getdeletedconstraints() const | Models::FMTmatrixbuild | inline |
getdeletedvariables() const | Models::FMTmatrixbuild | inline |
getrow(int whichRow, double &rowLower, double &rowUpper, std::vector< int > &indices, std::vector< double > &elements) const | Models::FMTmatrixbuild | |
getrownames() | Models::FMTmatrixbuild | inline |
getrowstosynchronize() const | Models::FMTmatrixbuild | |
numbernewCols() const | Models::FMTmatrixbuild | inline |
numbernewRows() const | Models::FMTmatrixbuild | inline |
numberofdeletedCols() const | Models::FMTmatrixbuild | inline |
numberofdeletedRows() const | Models::FMTmatrixbuild | inline |
operator=(const FMTmatrixbuild &rhs) | Models::FMTmatrixbuild | |
setcolname(const std::string &name, const int &columnid) | Models::FMTmatrixbuild | |
setrowname(const std::string &name, const int &rowid) | Models::FMTmatrixbuild | |
sortandcleandeleted() | Models::FMTmatrixbuild | |
swap(FMTmatrixbuild &rhs) | Models::FMTmatrixbuild | |
synchronize(std::shared_ptr< OsiSolverInterface > solver) | Models::FMTmatrixbuild | |
~FMTmatrixbuild() | Models::FMTmatrixbuild |