Changeset 6878 for branches/GeneralizedQAP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Prins/PrinsEncoding.cs
- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/branches/Trunk/HeuristicLab.Problems.VehicleRouting (added) merged: 6829,6831-6833,6842-6843,6865 /trunk/sources/HeuristicLab.Problems.VehicleRouting merged: 6758,6866
- Property svn:mergeinfo changed
-
branches/GeneralizedQAP/HeuristicLab.Problems.VehicleRouting/3.3
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Prins/PrinsEncoding.cs
r6449 r6878 86 86 V[0] = 0; 87 87 for (int i = 1; i <= cities; i++) { 88 V[i] = int.MaxValue;88 V[i] = double.MaxValue; 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.