1#ifndef COIN_COMMON_FUNCTIONS_H
2#define COIN_COMMON_FUNCTIONS_H
5#include "CoinPackedMatrix.hpp"
10void fill_rows_from_COIN_matrix(
const CoinPackedMatrix& matrix,
18void fill_row_type_from_row_bounds(
const double* rowLower,
19 const double* rowUpper,
24void fill_rhs_from_bounds(
const double* rowLower,
25 const double* rowUpper,
29void fill_row_bounds_from_new_rows_data(std::vector<double>& rowLower,
30 std::vector<double>& rowUpper,