Changeset 15890 for branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms
- Timestamp:
- 04/10/18 14:56:48 (7 years ago)
- Location:
- branches/1614_GeneralizedQAP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1614_GeneralizedQAP
- Property svn:ignore
-
old new 3 3 *.user 4 4 .vs 5 packages
-
- Property svn:ignore
-
branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/LocalSolverNet/GQAPListSolver.cs
r15758 r15890 50 50 // LS Program variables 51 51 private LSExpression[] x; 52 private LSExpression[] equipmentsOnLocations;53 52 private LSExpression obj; 54 53 private LocalSolver localSolver;
Note: See TracChangeset
for help on using the changeset viewer.