print.ls.problem {localsolver}R Documentation

Prints an object of class ls.problem.

Description

Prints an object of class ls.problem.

Usage

## S3 method for class 'ls.problem'
print(x, ...)

Arguments

x

problem instance created with ls.problem.

...

further arguments passed to or from other methods.

Examples

model.text.lsp <- lsp.model.example('extdata/knapsack.txt')
lsp <- ls.problem(model.text.lsp)
lsp

[Package localsolver version 2.3 Index]