Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Math::LP::Variable 0.03

    Download button

    No screenshots available
    Downloads: 326  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.7/5)
    11 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Wim Verhaegen | More programs
    Perl Artistic License / FREE
    May 15th, 2008, 23:49 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Math::LP::Variable description

    Math::LP::Variable is a Perl module with variables used in linear programs.

    Math::LP::Variable is a Perl module with variables used in linear programs.

    SYNOPSIS

    use Math::LP::Variable;

    # make a variable named x1
    my $x1 = new Math::LP::Variable(name => 'x1');

    # make an integer variable named x2
    my $x2 = new Math::LP::Variable(name => 'x2', is_int => 1);

    # make a variable named x3 initialized to 3.1415
    my $x3 = new Math::LP::Variable(name => 'x3', value => '3.1415');

    DATA FIELDS

    name

    a string with the name of the variable (required)
    is_int

    a flag indicating whether the variable can only have integer values (optional, defaults to false)
    value

    a number representing the value of the variable (optional)
    upper_bound

    an upper bound to the value, defaults to 1E24
    lower_bound

    a lower bound to the value, defaults to 0
    col_index

    an integer number holding the index of the variable in the matrix of the LP the variable is used in (optional)

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    linear programs | mathematical variables | Perl module | mathematical | variables | linear

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM