Skip to content
Snippets Groups Projects
Select Git revision
  • 04fa5948f3c91d6aa2916eaa161be59c70034024
  • master default protected
  • emoUS
  • add_default_vectorizer_and_pretrained_loading
  • clean_code
  • readme
  • issue127
  • generalized_action_dicts
  • ppo_num_dialogues
  • crossowoz_ddpt
  • issue_114
  • robust_masking_feature
  • scgpt_exp
  • e2e-soloist
  • convlab_exp
  • change_system_act_in_env
  • pre-training
  • nlg-scgpt
  • remapping_actions
  • soloist
20 results

lava.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    getPrimStatGLPK.Rd 1.02 KiB
    \name{getPrimStatGLPK}
    \alias{getPrimStatGLPK}
    \alias{glp_get_prim_stat}
    
    \title{
      Retrieve Status of Primal Basic Solution
    }
    
    \description{
      Low level interface function to the GLPK function \code{glp_get_prim_stat}.
      Consult the GLPK documentation for more detailed information.
    }
    \usage{
      getPrimStatGLPK(lp)
    }
    
    \arguments{
      \item{lp}{
        An object of class \code{"\linkS4class{glpkPtr}"} as returned by
        \code{\link{initProbGLPK}}. This is basically a pointer to a GLPK problem
        object.
      }
    }
    
    \details{
      Interface to the C function \code{getPrimStat} which calls the GLPK
      function \code{glp_get_prim_stat}.
    }
    
    \value{
      Status of primal basic solution
    }
    
    \references{
      Based on the package \pkg{glpk} by Lopaka Lee.
        
      The GNU GLPK home page at \url{http://www.gnu.org/software/glpk/glpk.html}.
    }
    
    \author{
      Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
    
      Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
    }
    
    
    \seealso{
      \code{\link{glpkConstants}}, section \sQuote{LP/MIP problem object}.
    }
    
    \keyword{ optimize }