Package lpsolve

This package contains the files for the Java wrapper for the lp_solve optimization library.

See:
          Description

Interface Summary
AbortListener Classes that implement this interface may be passed to the putAbortfunc method of the LpSolve class.
BbListener Classes that implement this interface may be passed to the putbbBranchfunc and putbbNodefunc method of the LpSolve class.
LogListener Classes that implement this interface may be passed to the putLogfunc method of the LpSolve class.
MsgListener Classes that implement this interface may be passed to the putMsgfunc method of the LpSolve class.
 

Class Summary
LpSolve Object wrapper for a problem structure of the lp_solve library.
VersionInfo Contains the full version info for a lp_solve library instance.
 

Exception Summary
LpSolveException Exception thrown by the native methods in the C stub DLL.
 

Package lpsolve Description

This package contains the files for the Java wrapper for the lp_solve optimization library. See the file README.html in the root direcory of the distribution archive for details.



Copyright © 2004 - Juergen Ebert