11 #ifndef __DIGNEA_KPNR_H__
12 #define __DIGNEA_KPNR_H__
14 #include <dignea/utilities/random/ParallelPRNG.h>
31 KPNR(
const string &pathToInstance);
34 const vector<int> &weights,
const vector<int> &profits);
39 const int &upperWeight,
const int &lowerProfit,
40 const int &upperProfit);
Knapsack Problem without repairing operator.
Definition: KPNR.h:23
void evaluate(BoolFloatSolution &solution) const override
Definition: KPNR.cpp:24
Class representing a Knapsack Problem.
Definition: KP.h:28
int numberOfVars
Definition: Problem.h:155
Class to represent a solution to the optimization problems in the tool.
Definition: Solution.h:25