Learn R Programming

localsolver (version 2.3)

R API to LocalSolver

Description

The package converts R data onto input and data for LocalSolver, executes optimization and exposes optimization results as R data. LocalSolver (http://www.localsolver.com/) is an optimization engine developed by Innovation24 (http://www.innovation24.fr/). It is designed to solve large-scale mixed-variable non-convex optimization problems. The localsolver package is developed and maintained by WLOG Solutions (http://www.wlogsolutions.com/en/) in collaboration with Decision Support and Analysis Division at Warsaw School of Economics (http://www.sgh.waw.pl/en/).

Copy Link

Version

Install

install.packages('localsolver')

Monthly Downloads

169

Version

2.3

License

LGPL-2.1

Maintainer

Walerian Sokolowski

Last Published

June 17th, 2014

Functions in localsolver (2.3)

ls.solve

Solves a LocalSolver problem on data passed.
set.temp.dir

Sets folder to use for the problem instance solving process temporary data.
lsp.model.example

Load LSP model example code.
clear.output.exprs

add.output.expr

Add expression to output of ls.problem.
localsolver

R API to LocalSolver
reset.lsp.params

Reset all ls.problem instance parameters.
print.ls.problem

Prints an object of class ls.problem.
ls.problem

Create problem instance from model formulated in LSP language.
set.params

Set ls.problem instance parameters.
google_example_1_data

Data set for google_machine_reassignment demo.