10 #ifndef CouenneExprHess_HPP 11 #define CouenneExprHess_HPP 63 int nnz () {
return nnz_;}
64 int *
iRow () {
return iRow_;}
65 int *
jCol () {
return jCol_;}
66 int *
numL () {
return numL_;}
67 int **
lamI () {
return lamI_;}
Class for MINLP problems with symbolic information.
ExprHess & operator=(const ExprHess &)
general include file for different compilers