Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/24/14 19:44:48 (11 years ago)
Author:
gkronber
Message:

#2026 fixed a bug in the brute force solver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL/Examples/Fib.txt

    r10099 r10393  
    3939  ident<<out string id>>
    4040    CONSTRAINTS
    41     id IN SET << allTerminals; >>
     41      id IN SET << allTerminals; >>
    4242  .
    4343  Const<<out int val>>
    4444    CONSTRAINTS
    45     val IN SET << Enumerable.Range(0, 100); >>
     45      val IN SET << Enumerable.Range(0, 100); >>
    4646  .
    4747  Nothing<<out int val>>
    4848     CONSTRAINTS
    49      val IN SET << Enumerable.Repeat(0, 1); >>
     49       val IN SET << Enumerable.Repeat(0, 1); >>
    5050  .
    5151 
Note: See TracChangeset for help on using the changeset viewer.