Difference between revisions of "COIN-OR Projects"

From IFORS Developing Countries Online Resources
Jump to: navigation, search
(Created page with "COIN-OR Projects - Most of these require some programming to use. Link to website: http://www.coin-or.org/projects/ Category:Free OR Softwares")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
COIN-OR Projects - Most of these require some programming to use.
 
COIN-OR Projects - Most of these require some programming to use.
 +
 +
'''Developer tools'''
 +
 +
• BuildTools: COIN-OR Unix developer tools and documentation, tools for managing configuration and compilation of various COIN-OR projects under Linux, Unix, and Cygwin
 +
 +
• CoinBazaar: The COIN-OR Bazaar, small examples and extensions of COIN-OR projects
 +
 +
• CoinBinary: COIN-OR Binary Distributions, pre-compiled binary distributions of COIN-OR projects
 +
 +
• Coopr: A COmmon Optimization Python Repository, the Coopr software project integrates a variety of Python optimization-related packages. Coopr supports a diverse set of optimization capabilities that can be used to formulate and analyze optimization applications
 +
 +
• TestTools: TestTools, Python scripts to automatically download, configure, build, test, and install COIN-OR projects
 +
 +
 +
'''Documentation'''
 +
 +
• CoinEasy: New user information and support, CoinEasy is designed for new users of COIN-OR. The objective is to make it easy to use COIN-OR projects. Different users have different objectives and we provide information on how to get up and running easily depending upon the objective
 +
 +
 +
'''Graphs'''
 +
 +
• CGC: COIN-OR Graph Classes, a collection of network representations and algorithms
 +
 +
• GiMPy: Graph Methods in Python, a Python library containing pure Python implementations of a variety of graph algorithms with visualizations
 +
 +
• GrUMPy: Graphics for Understanding Mathematical Programming, a Python library for visualizing various aspects of mathematical programming, including visualizations of the branch-and-cut process, branch-and-bound trees, polyhedra, cutting plane methods, etc.
 +
 +
• LEMON: Library of Efficient Models and Optimization in Networks, a C++ template library aimed at combinatorial optimization tasks, especially those working with graphs and networks
 +
  
  
Line 5: Line 34:
  
  
[[Category:Free OR Softwares]]
+
<html>
 +
<head>
 +
</head>
 +
<body>
 +
<script type="text/javascript">(function(d, t, e, m){
 +
    // Async Rating-Widget initialization.
 +
    window.RW_Async_Init = function(){
 +
        RW.init({
 +
            huid: "141148",
 +
            uid: "6db8b62d52afa816e07e3917b2d0ce28",
 +
            source: "website",
 +
            options: {
 +
                "advanced": {
 +
                    "layout": {
 +
                        "lineHeight": "22px"
 +
                    }
 +
                },
 +
                "size": "medium",
 +
                "style": "oxygen"
 +
            }
 +
        });
 +
        RW.render();
 +
    };
 +
 
 +
    // Append Rating-Widget JavaScript library.
 +
    var rw, s = d.getElementsByTagName(e)[0], id = "rw-js",
 +
        p = d.location.protocol, a = ("https:" == p ? "secure." +
 +
        m + "js/" : "js." + m), ck = "Y" + t.getFullYear() + "M" +
 +
        t.getMonth() + "D" + t.getDate();
 +
    if (d.getElementById(id)) return;             
 +
    rw = d.createElement(e);
 +
    rw.id = id; rw.async = true; rw.type = "text/javascript";
 +
    rw.src = p + "//" + a + "external.min.js?ck=" + ck;
 +
    s.parentNode.insertBefore(rw, s);
 +
}(document, new Date(), "script", "rating-widget.com/"));</script>
 +
<div class="rw-ui-container rw-urid-124"></div>
 +
</body>
 +
</html>
 +
 
 +
 
 +
[[Category:Free OR Software]]
 +
 
 +
* Up to date information about the software in this list, which is mostly free to use,  can be obtained from [https://www.dropbox.com/s/crkoc002bo0j37p/Useful%20Software%20list.xlsx?dl=0'''this link''']

Latest revision as of 06:29, 30 July 2019

COIN-OR Projects - Most of these require some programming to use.

Developer tools

• BuildTools: COIN-OR Unix developer tools and documentation, tools for managing configuration and compilation of various COIN-OR projects under Linux, Unix, and Cygwin

• CoinBazaar: The COIN-OR Bazaar, small examples and extensions of COIN-OR projects

• CoinBinary: COIN-OR Binary Distributions, pre-compiled binary distributions of COIN-OR projects

• Coopr: A COmmon Optimization Python Repository, the Coopr software project integrates a variety of Python optimization-related packages. Coopr supports a diverse set of optimization capabilities that can be used to formulate and analyze optimization applications

• TestTools: TestTools, Python scripts to automatically download, configure, build, test, and install COIN-OR projects


Documentation

• CoinEasy: New user information and support, CoinEasy is designed for new users of COIN-OR. The objective is to make it easy to use COIN-OR projects. Different users have different objectives and we provide information on how to get up and running easily depending upon the objective


Graphs

• CGC: COIN-OR Graph Classes, a collection of network representations and algorithms

• GiMPy: Graph Methods in Python, a Python library containing pure Python implementations of a variety of graph algorithms with visualizations

• GrUMPy: Graphics for Understanding Mathematical Programming, a Python library for visualizing various aspects of mathematical programming, including visualizations of the branch-and-cut process, branch-and-bound trees, polyhedra, cutting plane methods, etc.

• LEMON: Library of Efficient Models and Optimization in Networks, a C++ template library aimed at combinatorial optimization tasks, especially those working with graphs and networks


Link to website: http://www.coin-or.org/projects/


  • Up to date information about the software in this list, which is mostly free to use, can be obtained from this link