Skip to content
Snippets Groups Projects
Select Git revision
  • 674247d75043c121fa34f59a6f9cbac1bc10e6fe
  • 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

SpecAnalyser.java

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    chgRowUpperCLP.Rd 1.01 KiB
    \name{chgRowUpperCLP}
    \alias{chgRowUpperCLP}
    \alias{Clp_chgRowUpper}
    
    \title{
      Set/Change Row Upper Bounds
    }
    
    \description{
      Low level interface function to the COIN-OR Clp function
      \code{Clp_chgRowUpper}. Consult the COIN-OR Clp documentation
      for more detailed information.
    }
    
    \usage{
    chgRowUpperCLP(lp, rub)
    }
    
    \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.
      }
      \item{rub}{
        Numeric vector containing the upper bounds of the
        rows of the model.
      }
    }
    
    \details{
      Interface to the C function \code{chgRowUpper} which calls
      the COIN-OR Clp function \code{Clp_chgRowUpper}.
    }
    
    \value{
      NULL
    }
    
    \references{
       The COIN-OR Clp home page at
       \url{http://www.coin-or.org/projects/Clp.xml}
    }
    
    \author{
      Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
    
      Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
    }
    
    
    \keyword{ optimize }