Update type of elements in QAP eval and QAP incrEval
This commit is contained in:
parent
dbb8fbe9a7
commit
c9475c4ed0
6 changed files with 79 additions and 32 deletions
|
|
@ -53,6 +53,7 @@ public:
|
|||
using nkLandscapesEval<EOT>::loadTables;
|
||||
using nkLandscapesEval<EOT>::consecutiveTables;
|
||||
using nkLandscapesEval<EOT>::randomTables;
|
||||
using nkLandscapesEval<EOT>::generateTables;
|
||||
|
||||
// parameter q : number of different integer values in the table: [0..q[
|
||||
unsigned q;
|
||||
|
|
@ -78,6 +79,8 @@ public:
|
|||
consecutiveTables();
|
||||
else
|
||||
randomTables();
|
||||
|
||||
generateTables();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue