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

setup.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    initProbCLP.Rd 841 B
    \name{initProbCLP}
    \alias{initProbCLP}
    \alias{Clp_newModel}
    
    \title{
      Create a COIN-OR Clp Problem Object
    }
    
    \description{
      Low level interface function to the COIN-OR Clp function
      \code{Clp_newModel}. Consult the COIN-OR Clp documentation
      for more detailed information.
    }
    
    \usage{
      initProbCLP(ptrtype = "clp_prob")
    }
    
    \arguments{
      \item{ptrtype}{
        A name for the pointer to a COIN-OR Clp problem object.
      }
    }
    
    \details{
      Interface to the C function \code{initProb} which calls
      the COIN-OR Clp function \code{Clp_newModel}.
    }
    
    \value{
      An instance of class \code{"\linkS4class{clpPtr}"}.
    }
    
    \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 }