Name: | metslib-devel |
---|---|
Version: | 0.5.3 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 123625 |
License: | GPLv3+ or CPL |
RPM: | metslib-devel-0.5.3-4.el7.noarch.rpm |
Source RPM: | metslib-0.5.3-4.el7.src.rpm |
Build Date: | Sat Oct 28 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://projects.coin-or.org/metslib |
Summary: | Metaheuristic modeling framework and optimization toolkit in modern C++ |
Description: | METSlib is a metaheuristic modeling framework and optimization toolkit in modern C++ released as Free/Libre/Open Source Software. Model and algorithms are modular: any search algorithm can be applied to the same model. On the other hand no assumption is made on the model, you can work on any problem type: timetabling, assignment problems, vehicle routing, bin-packing and so on. Once you have implemented your model in the problem framework, the library makes easy testing different Tabu Search strategies or even different algorithms (Simulated Annealing or other local search based algorithms) with a few lines of code. |
- Added -doc subpackage - Fixed license to read GPLv3+ instead of GPLv3
- Remove -O3 from configure instead of configure.ac
- Removed metslib virtual provide - Removed optimization flags from unit tests - Added patch to remove libdir references from pkgconfig file
- Initial package