Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/17/12 10:57:14 (12 years ago)
Author:
fschoepp
Message:

#1888:

  • Added a parser for independent scenarios (using the model of the optimization backend)
  • Optimization scenario sample can be found in mappings folder of the web project.
  • Added IScenarioMapper interface which provides functionality to map from the optimization data model to a backend model (e.g. Heuristic Lab data model)
  • Implementations of IScenarioMapper have to be provided as C# code (strings) which will be compiled by using a CSharpCodeProvider. Once compiled, the implementations of the IScenarioMapper are being cached within the platform for further usage.
  • Fixed a bug in web template DecimalMatrix (using i instead of j)
  • Added missing thumprint of localhost certificate to the optimization web project (ServiceConfiguration.Local.cscfg / ServiceConfiguration.Cloud.cscfg)
  • Test project now provides following test cases: Mapping types using IronPython and mapping types using Otis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Web/HeuristicLab.Services.Optimization.Web.csproj

    r8545 r8817  
    2525    <ErrorReport>prompt</ErrorReport>
    2626    <WarningLevel>4</WarningLevel>
     27    <FilesToIncludeForPublish>AllFilesInProjectFolder</FilesToIncludeForPublish>
    2728  </PropertyGroup>
    2829  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    136137    <Content Include="Global.asax" />
    137138    <Content Include="ControllerService.svc" />
     139    <Content Include="Mappings\tsp.xml" />
    138140    <Content Include="Scripts\jquery-1.5.1-vsdoc.js" />
    139141    <Content Include="Scripts\jquery-1.5.1.js" />
     
    146148    <Content Include="Scripts\modernizr-1.7.js" />
    147149    <Content Include="Scripts\modernizr-1.7.min.js" />
    148     <Content Include="Web.config" />
     150    <Content Include="Web.config">
     151      <SubType>Designer</SubType>
     152    </Content>
    149153    <Content Include="Web.Debug.config">
    150154      <DependentUpon>Web.config</DependentUpon>
     
    247251  <ItemGroup>
    248252    <Content Include="Views\Optimization\JobDetails.cshtml" />
     253  </ItemGroup>
     254  <ItemGroup>
     255    <None Include="Mappings\mapping.py" />
     256    <None Include="Mappings\scenario.xsd">
     257      <SubType>Designer</SubType>
     258    </None>
    249259  </ItemGroup>
    250260  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.