1 #region License Information
\r
3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
\r
5 * This file is part of HeuristicLab.
\r
7 * HeuristicLab is free software: you can redistribute it and/or modify
\r
8 * it under the terms of the GNU General Public License as published by
\r
9 * the Free Software Foundation, either version 3 of the License, or
\r
10 * (at your option) any later version.
\r
12 * HeuristicLab is distributed in the hope that it will be useful,
\r
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
\r
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\r
15 * GNU General Public License for more details.
\r
17 * You should have received a copy of the GNU General Public License
\r
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
\r
22 using HeuristicLab.PluginInfrastructure;
\r
24 namespace HeuristicLab.Problems.Instances.DIMACS {
\r
25 [Plugin("HeuristicLab.Problems.Instances.DIMACS", "Adds the DIMACS benchmark instances, e.g. graph coloring.", "3.3.16.$WCREV$")]
\r
26 [PluginFile("HeuristicLab.Problems.Instances.DIMACS-3.3.dll", PluginFileType.Assembly)]
\r
27 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
\r
28 public class HeuristicLabProblemsInstancesDIMACSPlugin : PluginBase { }
\r