hdbeukel / james-core

Core module of the JAMES framework
Apache License 2.0
6 stars 5 forks source link

SubsetProblem: add constructor without size limits #15

Closed hdbeukel closed 9 years ago

hdbeukel commented 9 years ago

Add a constructor to the SubsetProblem class without size limits that calls

this(obj, data, 0, data.getIDs().size());