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

Description Usage Arguments Examples

View source: R/00_api.R

Description

Prints an object of class ls.problem.

Usage

1
2
## 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

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

localsolver documentation built on May 1, 2019, 8 p.m.