Difference between revisions of "PULP"

From IFORS Developing Countries Online Resources
Jump to: navigation, search
m (Protected "PULP" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
Line 5: Line 5:
  
 
Link to website: https://www.coin-or.org/PuLP/
 
Link to website: https://www.coin-or.org/PuLP/
 +
 +
 +
<addhtml><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-308"></div>
 +
</body>
 +
</html></addhtml>
  
  
 
[[Category:Free OR Software]]
 
[[Category:Free OR Software]]

Revision as of 10:28, 8 March 2017

You can begin learning Python and using PuLP by looking at the content below. We recommend that you read The Optimisation Process, Optimisation Concepts, and the Introduction to Python before beginning the case-studies. For instructions for the installation of PuLP see Installing PuLP at Home.

The full PuLP function documentation is available, and useful functions will be explained in the case studies. The case studies are in order, so the later case studies will assume you have (at least) read the earlier case studies. However, we will provide links to any relevant information you will need.


Link to website: https://www.coin-or.org/PuLP/


<addhtml>

</addhtml>