Hello nuns and monks!

Seemingly there is no Perl module that provides an interface to the GNU Linear Programming Kit (GLPK). Actually, its usage is not that easy as there lots of functions that have to be combined in the proper way. However, the Octave project managed to design an universal interface to GLPK in a single function.

So I thought about porting this interface to Perl and finally managed to implement it. The Octave implementation was a great help in this task as the core function that orchestrates the GLPK functions could be reused as-is. You can find my first attempt at GitHub.

I'd be glad to hear some opinions about this module, and I have a question: What is the policy for publishing a module on CPAN into an existing namespace hierarchy? I named the module PDL::Opt::GLPK, but I'm not sure if I need some consent to publish it.

Edit: Added GLPK link

Greetings,
🐻

$gryYup$d0ylprbpriprrYpkJl2xyl~rzg??P~5lp2hyl0p$

In reply to GLPK integration by jo37

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.