File: projDesc.xml

package info (click to toggle)
python-pulp 2.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,720 kB
  • sloc: python: 7,505; makefile: 16; sh: 16
file content (63 lines) | stat: -rw-r--r-- 2,634 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type = "text/xsl" href = "http://www.coin-or.org/projects/autoGen.xsl"?>
<projectData xmlns="coin-or.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="coin-or.org http://www.coin-or.org/projects/autoGen.xsd">
  <projectBasics>
    <projectName>PuLP</projectName>
    <projectDescription>
  PuLP is an LP modeler written in python. PuLP can generate
  MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, GUROBI
  to solve linear problems.
    </projectDescription>
    <projectShortDescription>A Python library for modeling linear and integer programs.</projectShortDescription>
    <projectManager>Stuart Mitchell </projectManager>
    <projectHomePage>https://github.com/coin-or/Pulp</projectHomePage>
    <projectLicense>MIT License</projectLicense>
    <projectLicenseURL>http://www.opensource.org/licenses/mit-license.php</projectLicenseURL>
    <coinLinkedProjects/>
    <otherLinkedPackages>
      <otherPackage>
        <packageName>GLPK</packageName>
        <packageURL>http://www.gnu.org/software/glpk/</packageURL>
        <requiredOrOptional>Optional</requiredOrOptional>
      </otherPackage>
    </otherLinkedPackages>
    <projectLanguage>python</projectLanguage>
    <developmentStatus>
      <activityStatus>Active</activityStatus>
      <maturityLevel>3</maturityLevel>
    </developmentStatus>
    <testedPlatforms>
      <platform>
        <operatingSystem>Microsoft Windows</operatingSystem>
        <compiler>python 2.5</compiler>
      </platform>
      <platform>
        <operatingSystem>Microsoft Windows</operatingSystem>
        <compiler>python 2.4</compiler>
      </platform>
      <platform>
        <operatingSystem>Linux</operatingSystem>
        <compiler>python 2.6</compiler>
      </platform>
      <platform>
        <operatingSystem>Linux</operatingSystem>
        <compiler>python 2.5</compiler>
      </platform>
      <platform>
        <operatingSystem>Linux</operatingSystem>
        <compiler>python 2.4</compiler>
      </platform>
    </testedPlatforms>
    <projectCategories>
      <category>Modeling systems</category>
      <category>Optimization deterministic linear continuous</category>
      <category>Optimization deterministic linear discrete</category>
    </projectCategories>
  </projectBasics>
  <leftMenuLinks>
    <documentation>https://coin-or.github.io/pulp/</documentation>
    <sourceCodeDownload>https://github.com/coin-or/pulp</sourceCodeDownload>
    <binaryDownload/>
    <mailingList>https://github.com/coin-or/pulp/discussions</mailingList>
  </leftMenuLinks>
</projectData>