Learn R Programming

FLSSS (version 9.2.8)

mFLSSSobjRun: Run an mFLSSS instance

Description

Run a multidimensional subset sum instance decomposed from decomposeMflsss().

Usage

mFLSSSobjRun(
  mflsssObj,
  solutionNeed = 1,
  tlimit = 60
  )

Value

See the value of mFLSSSpar().

Arguments

mflsssObj

An mFLSSS object.

solutionNeed

See the same argument in mFLSSSpar().

tlimit

See the same argument in mFLSSSpar().

Details

See the details about decomposeMflsss().

Examples

Run this code
# See the example for decomposeMflsss().

Run the code above in your browser using DataLab