Changeset 11803
- Timestamp:
- 01/20/15 17:23:00 (10 years ago)
- Location:
- branches/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Problems.GrammaticalOptimization
- Files:
-
- 1 added
- 1 edited
- 13 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Problems.GrammaticalOptimization.csproj
r11754 r11803 43 43 </ItemGroup> 44 44 <ItemGroup> 45 <Compile Include="FindPhrasesProblem.cs" /> 46 <Compile Include="RoyalPhraseSequenceProblem.cs" /> 47 <Compile Include="RoyalSequenceProblem.cs" /> 48 <Compile Include="ExpressionInterpreter.cs" /> 45 <Compile Include="Problems\EvenParityProblem.cs" /> 46 <Compile Include="Problems\ExpressionInterpreter.cs" /> 47 <Compile Include="Problems\FindPhrasesProblem.cs" /> 48 <Compile Include="Problems\HardPalindromeProblem.cs" /> 49 <Compile Include="Problems\PalindromeProblem.cs" /> 50 <Compile Include="Problems\RoyalPairProblem.cs" /> 51 <Compile Include="Problems\RoyalPhraseSequenceProblem.cs" /> 52 <Compile Include="Problems\RoyalRoadProblem.cs" /> 53 <Compile Include="Problems\RoyalSequenceProblem.cs" /> 54 <Compile Include="Problems\RoyalSymbolProblem.cs" /> 55 <Compile Include="Problems\RoyalTreeProblem.cs" /> 56 <Compile Include="Problems\SantaFeAntProblem.cs" /> 57 <Compile Include="Problems\SymbolicRegressionPoly10Problem.cs" /> 49 58 <Compile Include="Grammar.cs" /> 50 <Compile Include="EvenParityProblem.cs" />51 59 <Compile Include="ReadonlySequence.cs" /> 52 60 <Compile Include="SentenceSetStatistics.cs" /> 53 61 <Compile Include="Sequence.cs" /> 54 <Compile Include="SymbolicRegressionPoly10Problem.cs" />55 <Compile Include="SantaFeAntProblem.cs" />56 62 <Compile Include="IProblem.cs" /> 57 <Compile Include="HardPalindromeProblem.cs" />58 63 <Compile Include="IGrammar.cs" /> 59 <Compile Include="PalindromeProblem.cs" />60 <Compile Include="RoyalPairProblem.cs" />61 <Compile Include="RoyalSymbolProblem.cs" />62 64 <Compile Include="Properties\AssemblyInfo.cs" /> 63 <Compile Include="RoyalRoadProblem.cs" />64 <Compile Include="RoyalTreeProblem.cs" />65 65 </ItemGroup> 66 66 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.