WebCab Optimization
v2.6
(J2EE Edition)

Package com.webcab.ejb.math.optimization

Offers a range refined procedures for solving and performing sensitivity analysis on uni and multi dimensional, local or global optimization problems which may or may not have linear constraints.

See:
          Description

Interface Summary
EasySolver This Enterprise JavaBean offers a declarative means by which you can find the solution to uni or multi dimensional (non-linear) optimization problems.
EasySolverHome The home interface of the EasySolver Enterprise JavaBeansTM component.
Function This interface identifies both uni and multi dimensional functions.
FunctionDelivery All FunctionDelivery parameters in the remote and home interfaces use a special mechanism for sending instances of user-defined types over to the EJB components.
 

Class Summary
ExtremumTypes  
LocalFunctionDelivery This class assists the delivery of a user-defined class instance over from the client-side to the J2EE server-side.
RMIFunctionDelivery This class assists the delivery of an RMI bound class instance over from the client-side to the J2EE server-side.
 

Exception Summary
EasySolverException This is the generic exception class for the EasySolver Enterprise JavaBean.
FunctionDeliveryException This exception may be thrown during the instantiation of any of the FunctionDelivery classes.
ReferencedServiceException This exception is signaled by a Enterprise JavaBean to describe an error that occured while calling another Enterprise JavaBean.
 

Package com.webcab.ejb.math.optimization Description

Offers a range refined procedures for solving and performing sensitivity analysis on uni and multi dimensional, local or global optimization problems which may or may not have linear constraints. Specialized Linear programming algorithms based on the Simplex Algorithm and duality are included along with a framework for sensitivity analysis w.r.t. boundaries (duality, or direct approach), or object function coefficients.

Detailed Description of the Functionality Offered

This module includes the following features:

Business Classes contained within the Optimization module


WebCab Optimization
v2.6
(J2EE Edition)