The BIG change of general operator interface

I also changed
  - the eoQuadratic into eoQuad (as dicussed with Maarten)
  - the eoBin into eoBit, with more appropriate names for the "binary"
    operators (that can be unary!) as no one protested when I posted on
    eodev list
This commit is contained in:
evomarc 2001-02-09 05:09:26 +00:00
commit 415b419671
60 changed files with 2034 additions and 940 deletions

View file

@ -30,12 +30,12 @@
#define _ga_h
// all bitstring-specific files
#include <ga/eoBin.h>
#include <ga/eoBit.h>
// the operators
#include <ga/eoBitOp.h>
// #include <ga/eoBitOpFactory.h>
// #include <ga/eoBitOpFactory.h> to be corrected - thanks someone!
//-----------------------------------------------------------------------------