From 1f7c135934b6604c5409d4b6f34861105c0a64cb Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 9 Jul 2012 12:01:50 -0600 Subject: It works well enough to solve polynomial maxima. --- src/phenotypebinary.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/phenotypebinary.h') diff --git a/src/phenotypebinary.h b/src/phenotypebinary.h index 72435ed..cbae392 100644 --- a/src/phenotypebinary.h +++ b/src/phenotypebinary.h @@ -19,6 +19,9 @@ namespace Genetic int iCount, int iDest=-1 ); virtual Bu::String toString(); + void extractBits( uint32_t &rTarget, int iStart, int iBits ); + void extractBits( uint64_t &rTarget, int iStart, int iBits ); + private: int iSize; int iWords; -- cgit v1.2.3