Other packages > Find by keyword >

FLSSS  

Mining Rigs for Problems in the Subset Sum Family
View on CRAN: Click here


Download and install FLSSS package within the R console
Install from CRAN:
install.packages("FLSSS")

Install from Github:
library("remotes")
install_github("cran/FLSSS")

Install by package version:
library("remotes")
install_version("FLSSS", "9.1.3")



Attach the package and use:
library("FLSSS")
Maintained by
Charlie Wusuo Liu
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-05-29
Latest Update: 2022-05-17
Description:
Specialized solvers for combinatorial optimization problems in the Subset Sum family. The solvers differ from the mainstream in the options of (i) restricting subset size, (ii) bounding subset elements, (iii) mining real-value multisets with predefined subset sum errors, (iv) finding one or more subsets in limited time. A novel algorithm for mining the one-dimensional Subset Sum induced algorithms for the multi-Subset Sum and the multidimensional Subset Sum. The multi-threaded framework for the latter offers exact algorithms to the multidimensional Knapsack and the Generalized Assignment problems. Historical updates include (a) renewed implementation of the multi-Subset Sum, multidimensional Knapsack and Generalized Assignment solvers; (b) availability of bounding solution space in the multidimensional Subset Sum; (c) fundamental data structure and architectural changes for enhanced cache locality and better chance of SIMD vectorization; (d) option of mapping floating-point instance to compressed 64-bit integer instance with user-controlled precision loss, which could yield substantial speedup due to the dimension reduction and efficient compressed integer arithmetic via bit-manipulations; (e) distributed computing infrastructure for multidimensional subset sum; (f) arbitrary-precision zero-margin-of-error multidimensional Subset Sum accelerated by a simplified Bloom filter. The package contains a copy of xxHash from . Package vignette () detailed a few historical updates. Functions prefixed with 'aux' (auxiliary) are independent implementations of published algorithms for solving optimization problems less relevant to Subset Sum.
How to cite:
Charlie Wusuo Liu (2014). FLSSS: Mining Rigs for Problems in the Subset Sum Family. R package version 9.1.3, https://cran.r-project.org/web/packages/FLSSS
Previous versions and publish date:
1.0 (2014-05-29 10:15), 2.0.1 (2014-10-01 07:11), 2.0 (2014-09-29 15:18), 3.0 (2014-10-22 23:16), 3.1 (2014-11-16 08:49), 5.0.1 (2016-04-20 08:53), 5.1 (2016-12-13 19:52), 5.2 (2016-12-14 08:13), 7.5 (2018-08-26 08:54), 7.6 (2018-08-28 16:04), 7.7 (2018-11-22 18:20), 8.3 (2019-01-08 09:50), 8.5.2 (2019-01-11 13:20), 8.5.5 (2019-07-10 10:20), 8.5.6 (2019-10-28 17:30), 8.6.6 (2020-09-21 18:00), 9.0.5 (2022-04-22 23:50), 9.1.1 (2022-05-17 11:10)
Other packages that cited FLSSS R package
View FLSSS citation profile
Other R packages that FLSSS depends, imports, suggests or enhances
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns