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.479.170 Times

Constraints freeware
Filter: All | Freeware | Demo
 

Constraints

1 2 3 4 5 > 
Added: January 02, 2010 | Visits: 724

Data::FormValidator::Constraints Data::FormValidator::Constraints is a Perl module with basic sets of constraints on input profile. SYNOPSIS use Data::FormValidator::Constraints qw(:all); In an Data::FormValidator profile: constraint_methods => { email => email(), fax => american_phone(), phone => american_phone(),... Platforms: *nix

License: Freeware Size: 88.06 KB Download (95): Data::FormValidator::Constraints Download

Added: March 12, 2010 | Visits: 999

Catalyst::Controller::Constraints Catalyst::Controller::Constraints contains Constraint Signatures for Controller Actions. SYNOPSIS package MyApp::Controller::Foo; ... use base qw(Catalyst::Controller::Constraints); __PACKAGE__->config( constraints => { # allow only digits for type Integer Integer => qr/^d+$/, #... Platforms: *nix

License: Freeware Size: 25.6 KB Download (95): Catalyst::Controller::Constraints Download

Added: October 27, 2010 | Visits: 1.022

Declare::Constraints::Simple Declare::Constraints::Simple is a Perl module for Declarative Validation of Data Structures. SYNOPSIS use Declare::Constraints::Simple-All; my $profile = IsHashRef( -keys => HasLength, -values => IsArrayRef( IsObject )); my $result1 = $profile->(undef); print $result1->message, "n"; #... Platforms: *nix

License: Freeware Size: 30.72 KB Download (88): Declare::Constraints::Simple Download

Added: July 19, 2013 | Visits: 534

ClonalG Immune Algorithm for Optimiation with Constraints This algorithm deal with multimodal optimization problems under constraints. Platforms: Matlab

License: Freeware Size: 10 KB Download (48): ClonalG Immune Algorithm for Optimiation with Constraints Download

Added: June 07, 2013 | Visits: 506

VERT2CON - vertices to constraints VERT2CON - convert a set of points to the set of inequality constraints which most tightly contain the points; i.e., create constraints to bound the convex hull of the given points[A,b] = vert2con(V)V = a set of points, each ROW of which is one pointA,b = a set of constraints such that A*x Platforms: Matlab

License: Freeware Size: 10 KB Download (43): VERT2CON - vertices to constraints Download

Overlap Add Overlap Save methods implementation for block DFT processing The overlap add and overlap save are the two generally implemented methods when the input is greater than the maximum processible block in MATLAB because of memory constraints. Platforms: Matlab


Added: September 03, 2013 | Visits: 469

WDM Network Blocking Computation Toolbox The aim of this toolbox is to compute blocking probabilities in WDM networks. This work was based on [1], [2], [3], [4] and user is referred to those papers for deeper study.Because WDM networks are circuit switched loss networks blocking may occur because of lack of resources. Also in circuit... Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): WDM Network Blocking Computation Toolbox Download

Added: June 27, 2013 | Visits: 546

MATLAB interface for L-BFGS-B L-BFGS-B is a collection of Fortran 77 routines for solving nonlinear optimization problems with bound constraints on the variables. One of the key features of the nonlinear solver is that the Hessian is not needed. I've designed an interface to the L-BFGS-B solver so that it can be called like... Platforms: Matlab

License: Freeware Size: 61.44 KB Download (46): MATLAB interface for L-BFGS-B Download

Added: July 15, 2013 | Visits: 443

CON2VERT - constraints to vertices CON2VERT - convert a convex set of constraint inequalities into the set of vertices at the intersections of those inequalities;i.e., solve the "vertex enumeration" problem.V = con2vert(A,b)Converts the polytope (convex polygon, polyhedron, etc.) defined by the system of inequalities A*x = n (m... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): CON2VERT - constraints to vertices Download

Quadratic Programming Solution to Dynamic Economic Dispatch Dynamic economic dispatch is an important variant of economic dispatch,where the the ramp constraints also considered .This software presents a simple way of implementing the quadaratic programming to solve the problem. Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Quadratic Programming Solution to Dynamic Economic Dispatch Download

Added: June 02, 2013 | Visits: 489

laplace.m Creates a 1,2 or 3 dimensional probability distribution supported on user-supplied lattice points subject to linear and moment constraints. A trite financial example is provided. Platforms: Matlab

License: Freeware Size: 10 KB Download (47): laplace.m Download

Added: September 10, 2013 | Visits: 404

NOREDUND - remove redundant linear constraints or inequalities NOREDUND - Remove redundant linear inequalities from a set of inequalities; i.e., remove redundant linear constraints defining a feasible region. Note that the feasible region satisfies A*x Platforms: Matlab


Added: October 16, 2013 | Visits: 371

BoolVar/PB BoolVar/Pb is a Java library for translating pseudo-Boolean constraints into CNF formulae. Pseudo-Boolean constraints are linear inequations with integer coefficients and 0/1 variables. They can be used for modelling a number of problems in the area of time-table design, planning, resource... Platforms: Mac

License: Freeware Size: 748.54 KB Download (36): BoolVar/PB Download

Added: July 23, 2013 | Visits: 333

fulguro Fulgoro is library for image processing with real-time constraints. It use SIMD optimizations when available and give the opportunity to use automatic smart threads to speed-up processing. Python or Ruby extension could be used to easily "script" applications while preserving the computation speed Platforms: *nix

License: Freeware Size: 6.51 MB Download (32): fulguro Download

Added: January 18, 2010 | Visits: 1.632

uBASIC uBASIC is a non-interactive BASIC interpreter designed for adding simple scripting capabilities to applications and systems with severe memory constraints. The (non-interactive) uBASIC interpreter supports only the most basic BASIC functionality: if/then/else, for/next, let, goto, gosub, print,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (220): uBASIC Download

Added: February 08, 2010 | Visits: 784

DBIx::EnumConstraints DBIx::EnumConstraints is a Perl module that generates enum-like SQL constraints. SYNOPSIS use DBIx::EnumConstraints; my $ec = DBIx::EnumConstraints->new({ name => kind, fields => [ [ k1, a, b ] , [ k2, b ] ] }); # get enum field definition my $edef = $ec->enum_definition; # $edef is... Platforms: *nix

License: Freeware Size: 10.24 KB Download (87): DBIx::EnumConstraints Download

Added: July 11, 2010 | Visits: 1.180

DREAM Tool 0.7 DREAM Tool is a generic framework that aims at providing a common semantic domain which can express several (real-time, power consumption, resource) constraints. The semantic domain has an executable C++ model which has been semantically anchored to the hybrid automata formalism. Although the... Platforms: *nix

License: Freeware Size: 3.3 MB Download (140): DREAM Tool 0.7 Download

Added: April 23, 2010 | Visits: 638

Gecode Gecode is a accessible, portable, and efficient environment for developing constraint-based systems and applications. Gecode is radically open for programming, meaning that it can be easily interfaced to other systems. It supports the programming of new propagators (as implementation of... Platforms: *nix

License: Freeware Size: 839.68 KB Download (89): Gecode Download

Added: June 20, 2010 | Visits: 756

jRate jRate is an extension of the GNU GCJ compiler front-end and runtime system that adds support for most of the features required by the Real-Time Specification for Java (RTSJ), including threading constructs with real-time constraints, asynchronous event handling, and memory regions. It was... Platforms: *nix

License: Freeware Size: 983.04 KB Download (97): jRate Download

Added: March 18, 2010 | Visits: 1.158

Scriptol Compilers Scriptol is an object oriented programming language designed to deliver the programmer from hardware or software constraints and let him or her concentrate only on the problem to formulate as a program. Scriptol Compilers is universal, and allows building dynamic Web pages (with PHP as the... Platforms: *nix

License: Freeware Size: 1.6 MB Download (93): Scriptol Compilers Download

1 2 3 4 5 >