Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/17 11:33:53 (7 years ago)
Author:
pkimmesw
Message:

#2665 Testet Problems, Testet error functions, Small fixes, Created HL files

Location:
branches/PushGP/HeuristicLab.PushGP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP

    • Property svn:ignore
      •  

        old new  
        11*.user
         2packages
         3TestResults
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/EqualsExpressions.cs

    r15032 r15334  
    8383    StackTypes.Boolean,
    8484    "BOOLEAN.=",
    85     "Pushes TRUE onto the BOOLEAN stack if the top two BOOLEAN items are equal, or FALSE otherwise.",
    86     StackTypes.Boolean)]
     85    "Pushes TRUE onto the BOOLEAN stack if the top two BOOLEAN items are equal, or FALSE otherwise.")]
    8786  public class BooleanEqualsExpression : EqualsExpression<bool> {
    8887    public BooleanEqualsExpression() { }
     
    125124    "Pushes TRUE onto the BOOLEAN stack if the top two EXEC items are equal, or FALSE otherwise.",
    126125    StackTypes.Boolean,
    127     execIn: 0)]
     126    requiredBlockCount: 0)]
    128127  public class ExecEqualsExpression : EqualsExpression<Expression> {
    129128    public ExecEqualsExpression() { }
Note: See TracChangeset for help on using the changeset viewer.