mFLSSSobjRun: Run an 'mFLSSS' instance

View source: R/rinterface.r

mFLSSSobjRunR Documentation

Run an mFLSSS instance

Description

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

Usage

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

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().

Value

See the value of mFLSSSpar().

Examples

# See the example for decomposeMflsss().

FLSSS documentation built on May 17, 2022, 5:09 p.m.

Related to mFLSSSobjRun in FLSSS...