Changeset 5785 for branches/QAP/HeuristicLab.Optimization
- Timestamp:
- 03/22/11 01:56:25 (14 years ago)
- Location:
- branches/QAP/HeuristicLab.Optimization/3.3
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/QAP/HeuristicLab.Optimization/3.3
-
Property
svn:mergeinfo
set to
/trunk/sources/HeuristicLab.Optimization/3.3 merged eligible
-
Property
svn:mergeinfo
set to
-
branches/QAP/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r5723 r5785 143 143 <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" /> 144 144 <Compile Include="Interfaces\IGlobalParticleUpdater.cs" /> 145 <Compile Include="Interfaces\ILocalImprovementOperator.cs" /> 145 146 <Compile Include="Interfaces\ILocalParticleUpdater.cs" /> 146 147 <Compile Include="Interfaces\IMultiAnalyzer.cs" /> … … 247 248 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOptimizationPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOptimizationPlugin.cs"</PreBuildEvent> 248 249 </PropertyGroup> 250 <PropertyGroup> 251 <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent> 252 </PropertyGroup> 249 253 </Project> -
branches/QAP/HeuristicLab.Optimization/3.3/UserDefinedProblem.cs
r5445 r5785 31 31 using HeuristicLab.Parameters; 32 32 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 33 using HeuristicLab.PluginInfrastructure; 33 34 34 35 namespace HeuristicLab.Optimization { … … 222 223 [Item("EmptyUserDefinedProblemEvaluator", "A dummy evaluator that will throw an exception when executed.")] 223 224 [StorableClass] 225 [NonDiscoverableType] 224 226 private sealed class EmptyUserDefinedProblemEvaluator : ParameterizedNamedItem, ISingleObjectiveEvaluator { 225 227
Note: See TracChangeset
for help on using the changeset viewer.