Skip to content
Snippets Groups Projects
Select Git revision
  • cbef025f838faf6798f240872e56426cc8ce83b5
  • master default protected
  • release/1.1.4
  • release/1.1.3
  • release/1.1.1
  • 1.4.2
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.1
  • 1.2.0
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.1
  • 1.1.0
  • 1.0.9
  • 1.0.8
  • 1.0.7
  • v1.0.5
  • 1.0.5
21 results

ComplexExpressionTest.java

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    getNumNnzCLP.Rd 980 B
    \name{getNumNnzCLP}
    \alias{getNumNnzCLP}
    \alias{Clp_getNumElements}
    
    \title{
      Retrieve the Current Number of Non Zero Elements in the Model
    }
    
    \description{
      Low level interface function to the COIN-OR Clp function
      \code{Clp_getNumElements}. Consult the COIN-OR Clp
      documentation for more detailed information.
    }
    
    \usage{
      getNumNnzCLP(lp)
    }
    
    \arguments{
      \item{lp}{
        An object of class \code{"\linkS4class{clpPtr}"} as returned by
        \code{\link{initProbCLP}}. This is basically a pointer to a COIN-OR Clp
        problem object.
      }
    }
    
    \details{
      Interface to the C function \code{getNumNnz} which calls
      the COIN-OR Clp function \code{Clp_getNumElements}.
    }
    
    \value{
      Returns the current number of non zero elements in the model.
    }
    
    \references{
       The COIN-OR Clp home page at
       \url{https://projects.coin-or.org/Clp}
    }
    
    \author{
      Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
    
      Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
    }
    
    
    \keyword{ optimize }