Changeset 30 for cpp/f8-to-f1/geno_f8.h


Ignore:
Timestamp:
08/24/09 23:00:02 (15 years ago)
Author:
mwajcht
Message:

Added mutation which deletes a production.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/f8-to-f1/geno_f8.h

    r6 r30  
    3535#define F8_ADD_LOOP 12
    3636#define F8_DELETE_LOOP 13
    37 #define F8_OPERATION_COUNT 14
     37#define F8_DELETE_PRODUCTION 14
     38#define F8_OPERATION_COUNT 15
    3839
    3940class ProductionInfo {
     
    8384        //SString mutateInsertReplaceCommand(SString &in, float& chg, bool replace);
    8485        SString mutateEncapsulate(SString &in, float& chg);
     86        SString mutateDeleteProduction(SString &in, float& chg);
    8587        SString mutateChangeConditionSign(SString &in, float& chg);
    8688        SString mutateAddParameter(SString &in, float& chg);
Note: See TracChangeset for help on using the changeset viewer.