Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/07/14 13:54:22 (10 years ago)
Author:
abeham
Message:

#1610: Added a base infrastructure for discrete event simulation

Location:
branches/SimulationCore/HeuristicLab.SimulationCore/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SimulationCore/HeuristicLab.SimulationCore/3.3

    • Property svn:ignore
      •  

        old new  
        44obj
        55Plugin.cs
         6*.DotSettings
  • branches/SimulationCore/HeuristicLab.SimulationCore/3.3/HeuristicLab.SimulationCore-3.3.csproj

    r7204 r10450  
    120120      <Private>False</Private>
    121121    </Reference>
     122    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     123      <SpecificVersion>False</SpecificVersion>
     124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     125      <Private>False</Private>
     126    </Reference>
    122127    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    123128      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     129      <Private>False</Private>
     130    </Reference>
     131    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     132      <SpecificVersion>False</SpecificVersion>
     133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
    124134      <Private>False</Private>
    125135    </Reference>
     
    143153    <Compile Include="AgentBased\AgentBasedSimulation.cs" />
    144154    <Compile Include="AgentBased\IAgent.cs" />
     155    <Compile Include="DiscreteEvent\Action.cs" />
     156    <Compile Include="DiscreteEvent\Activity.cs" />
     157    <Compile Include="DiscreteEvent\CompositeEventQueue.cs" />
     158    <Compile Include="DiscreteEvent\DiscreteEventSimulation.cs" />
     159    <Compile Include="DiscreteEvent\Event.cs" />
     160    <Compile Include="DiscreteEvent\Interfaces\IReporter.cs" />
     161    <Compile Include="DiscreteEvent\ModelTimeUpdateAction.cs" />
     162    <Compile Include="DiscreteEvent\Reporter.cs" />
     163    <Compile Include="DiscreteEvent\SortedListEventQueue.cs" />
     164    <Compile Include="DiscreteEvent\Interfaces\IActivity.cs" />
     165    <Compile Include="DiscreteEvent\Interfaces\IDiscreteEventSimulation.cs" />
     166    <Compile Include="DiscreteEvent\Interfaces\IAction.cs" />
     167    <Compile Include="DiscreteEvent\Interfaces\IEvent.cs" />
     168    <Compile Include="DiscreteEvent\Interfaces\IEventQueue.cs" />
     169    <Compile Include="DiscreteEvent\Interfaces\IModel.cs" />
    145170    <Compile Include="IScenario.cs" />
    146171    <Compile Include="ISimulation.cs" />
Note: See TracChangeset for help on using the changeset viewer.