Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.244.731 Times

Tora For Simplex Method freeware
Filter: All | Freeware | Demo
 

Tora For Simplex Method

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 515

Decorator for main method Decorator for main method script shows how to do the same thing with a decorator that makes the code much cleaner.This allows option and argument parsing to be hidden from the main code in your program. The user simply passes an optional getopt string and the number of required arguments. Then...



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Decorator for main method Download

Added: September 12, 2013 | Visits: 542

Simple example of the Simplex Method It's a function that finds the minimum value of a two variables objective function with a deterministic zero order algorithm: simplex method. The input variables are:-fun: inline function of the objective function-init_point: initial point for the simplex method-step_size: initial dimension of...





Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Simple example of the Simplex Method Download

Added: May 17, 2013 | Visits: 611

Revised Simplex Method. This function is able to detect almost all types of properties/characteristics present in an LPP such as unbounded solution, alternate optima, degenaracy/cycling and infeasibilty. It only fails to work when there are redundant constraints present in the problem. However, it is rare and can be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Revised Simplex Method. Download

Added: November 13, 2013 | Visits: 404

TOra for Linux TOra is an open-source multi-platform database management GUI that supports accessing most of the common database platforms in use, including Oracle, MySQL, and Postgres, as well as limited support for any target that can be accessed through Qt's ODBC support. TOra has been built for various...


Platforms: *nix

License: Freeware Size: 6.42 MB Download (44): TOra for Linux Download

Added: April 17, 2013 | Visits: 463

linprog This directory contains a suite of files for performing the standard two phase simplex method on linear programming problems. The three files LINPROG.DOC, PHASEI.DOC and PHASEII.DOC are fully documented versions of the m-files LINPROG.M, PHASEI.M and PHASEII.DOC are fully documented versions of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): linprog Download

Added: November 18, 2010 | Visits: 1.115

Net::DBus::Error Net::DBus::Error is a Perl module with error details for remote method invocation. SYNOPSIS package Music::Player::UnknownFormat; use base qw(Net::DBus::Error); # Define an error type for unknown track encoding type # for a music player service sub new { my $proto = shift; my $class =...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (94): Net::DBus::Error Download

Added: May 10, 2013 | Visits: 834

SimplexInPHP Simplex-in-PHP are PHP scripts that solve small linear programming and integer linear programming problems executing the simplex method step by step, printing the tableau and drawing the graphical analysis.Useful for students in Operational Research.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (120): SimplexInPHP Download

Added: June 03, 2013 | Visits: 375

SIMPGDSEARCH SIMPGRIDSEARCH Multi-dimensional unconstrained nonlinear minimization using grid search + Simplex method. X = SIMPGDSEARCH(OBJFUN,GDVALUES) returns a vector X that is a minimizer of the function described in OBJFUN (usually an m file: OBJFUN.M).See OBJFUN_DEMO.M for how to write an objective...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): SIMPGDSEARCH Download

Released: December 09, 2012  |  Added: December 09, 2012 | Visits: 390

BiRMI BiRMI is an easy to use pure Java client/server library for transparent method invocation over network. It's similar to Java RMI but enables bidirectional communication (callbacks).


Platforms: Windows, Mac, Linux

License: Freeware Size: 67.49 KB Download (47): BiRMI Download

Added: July 24, 2010 | Visits: 836

Method::Declarative Method::Declarative is a Perl module to create methods with declarative syntax. SYNOPSIS use Method::Declarative ( --defaults => { precheck => [ [ qw(precheck1 arg1 arg2) ], # ... ], postcheck => [ [ qw(postcheck1 arg3 arg4) ], # ... ], init => [ [ initcheck1 ], # ... ],...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Method::Declarative Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 572

Asymptote for Mac OS X Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output.Asymptote is a graphic tool that provides a standard for typesetting mathematical...


Platforms: Mac

License: Freeware Size: 3.7 MB Download (482): Asymptote for Mac OS X Download

Added: September 16, 2013 | Visits: 445

ossrs Optimized Step Size Random Search(OSSRS) A random search method[1] for the optimization of a function of n variables. Can be used as a start-up before using a determistic method like Simplex method of Nelder and Mead to arrive at the region of the optimum and then switch to a deterministic...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): ossrs Download

Added: August 28, 2013 | Visits: 416

MoreUnit for Linux MoreUnit is an Eclipse plugin that should assist you in writing more unit tests. This is a short overview of the features it provides, for further information take a look at the documentation section: MoreUnit decorates classes which have a test case. It marks methods in the editor which are...


Platforms: *nix

License: Freeware Size: 1.27 MB Download (33): MoreUnit for Linux Download

Added: November 06, 2013 | Visits: 311

Object::Exercise Object::Exercise is a Perl module that exports a single subroutine, $exercise, which functions as an OO execution loop (see '-n' for changing the installed name). $execute is a subroutine reference that takes an object and set of operations. The first element in that list is an object of the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): Object::Exercise Download

Added: January 10, 2010 | Visits: 1.160

B::JVM::Jasmin::Emit B::JVM::Jasmin::Emit is a package used by B::JVM::Jasmin to emit Jasmin syntaxed file. SYNOPSIS use B::JVM::Jasmin::Emit; my $emitter = new B::JVM::Emit(FILEHANDLE); # ... $emitter->DIRECTIVE_NAME([@ARGS]); # ... $emitter->OPCODE_NAME([@ARGS]); # ... $emitter->OPCODE_NAME([@ARGS]);...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (125): B::JVM::Jasmin::Emit Download

Added: February 19, 2010 | Visits: 1.147

Net::DBus Net::DBus provides a Perl binding for the DBus messaging system. Net::DBus enables services to be exported to the bus, as well as full use of services present on the bus. Modules: Net::DBus Perl extension for the DBus message system0.33.2 Net::DBus::ASyncReply asynchronous method reply...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (96): Net::DBus Download

Added: May 10, 2013 | Visits: 1.315

Asymptote Labels and equations are typeset with LaTeX, for high-quality PostScript output. A major advantage of Asymptote over other graphics packages is that it is a programming language, as opposed to just a graphics program. Features of Asymptote: # provides a portable standard for typesetting...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (109): Asymptote Download

Added: October 05, 2013 | Visits: 253

tinydav This is a small library for contacting HTTP and WebDAV servers. Goal of this project until version 1.0 is supporting all WebDAV methods including the versioning extensions from RFC 3253). Features: * Support for the HTTP methods OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, CONNECT. * Support...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (44): tinydav Download

Added: October 07, 2013 | Visits: 443

im-chooser im-chooser is a GUI frontend application for IMSettings to choose Input Method you want to use or disable it entirely on the desktop. Features * List Input Method available on the system. * Switch Input Method on demand without restarting applications and the desktop. * Enable/Disable...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (32): im-chooser Download

Added: September 20, 2010 | Visits: 649

COPE COPE is a CORBA implemented in Perl. This documents describes the steps you take when writing a CORBA application in Perl using COPE. First the basics: the laguage binding used. Scalar types char The char type is represented as a 1-character perl string, like a. octet octet is...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): COPE Download

1 2 3 4 5 >