Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/19 21:44:48 (5 years ago)
Author:
ddorfmei
Message:

#2931: Upgraded OR-Tools to version 7.0

Location:
branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExtLibs/HeuristicLab.OrTools/7.0.0
Files:
1 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExtLibs/HeuristicLab.OrTools/7.0.0/HeuristicLab.OrTools-7.0.0/Plugin.cs.frame

    r16582 r16717  
    2929namespace HeuristicLab.OrTools {
    3030
    31   [Plugin("HeuristicLab.OrTools", "Provides functionality of Google OR-Tools in HeuristicLab. Requires Windows 64-bit", "6.10.0.$WCREV$")]
    32   [PluginFile("HeuristicLab.OrTools-6.10.0.dll", PluginFileType.Assembly)]
     31  [Plugin("HeuristicLab.OrTools", "Provides functionality of Google OR-Tools in HeuristicLab. Requires Windows 64-bit", "7.0.0.$WCREV$")]
     32  [PluginFile("HeuristicLab.OrTools-7.0.0.dll", PluginFileType.Assembly)]
    3333  [PluginFile("Google.OrTools.dll", PluginFileType.Assembly)]
    3434  [PluginFile("Google.OrTools-license.txt", PluginFileType.License)]
Note: See TracChangeset for help on using the changeset viewer.