JOpt.SDK 2.2.6 (JOpt.J2EE branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News JOpt.SDK 2.2.6 (JOpt.J2EE branch)
# 1  
Old 11-12-2008
JOpt.SDK 2.2.6 (JOpt.J2EE branch)

ImageJOpt.SDK is an automated vehicle routing and dispatching component for both Java/J2SE and .NET. It can solve Travelling Salesman Problems (TSP) and Capacitated Vehicle Routing Problems with Time Windows (CVRP,VRPTW). It offers route and transport optimisation with respect to various constraints such as time windows, load capacities, and prescribed itinerary. The component is based on genetic algorithms, and automatically determines an optimized allocation of vehicels to an arbitrary set of orders.License: Other/Proprietary LicenseChanges:
This release has an additional construction algorithm in order to better (faster) cope with heterogeneous fleet problems.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ldap_version(3LDAP)					      LDAP Library Functions					       ldap_version(3LDAP)

NAME
ldap_version - get version information about the LDAP SDK for C SYNOPSIS
cc -flag ... file ...-lldap [-library ...] #include <ldap.h> int ldap_version(LDAPVERSION *ver); DESCRIPTION
A call to this function returns the version information for the LDAP SDK for C. This is a deprecated function. Use ldap_get_option(3LDAP) instead. The version information is returned in the LDAPVersion structure pointed to by ver. If NULL is passed for ver, then only the SDK version will be returned. RETURN VALUES
The ldap_version() function returns the version number of the LDAP SDK for C, multiplied by 100. For example, for version 1.0 of the LDAP SDK for C, the function returns 100. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
ldap_get_option(3LDAP), attributes(5) SunOS 5.10 19 Oct 2001 ldap_version(3LDAP)