10 #ifndef CouenneExprJac_HPP
11 #define CouenneExprJac_HPP
43 int nnz ()
const {
return nnz_;}
44 int *
iRow ()
const {
return iRow_;}
45 int *
jCol ()
const {
return jCol_;}
49 int nRows ()
const {
return nRows_;}
Class for MINLP problems with symbolic information.
Jacobian of the problem (computed through Couenne expression classes).
ExprJac(CouenneProblem *)
ExprJac & operator=(const ExprJac &)
expression ** expr() const
general include file for different compilers