Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : FOSSEE-Optimization-Toolbox details
Login with GitLab

FOSSEE-Optimization-Toolbox

Collection of interfaces for open source optimization solvers.
(5866 downloads for this version - 42689 downloads for all versions)
Details
Version
0.3
A more recent valid version with binaries for Scilab 6.0 exists: 0.3.1
Author
FOSSEE, IIT Bombay
Owner Organization
FOSSEE, IIT Bombay
Maintainer
FOSSEE Toolbox
Category
License
Creation Date
January 21, 2020
Source created on
Scilab 6.0.x
Binaries available on
Scilab 6.0.x:
Linux 64-bit
Install command
--> atomsInstall("FOT")
Description
            This toolbox consists of open-source solvers for a variety of optimization
problems: CLP for linear optimization, CBC for integer linear optimization,
IPOPT (with MUMPS) for nonlinear optimization, and BONMIN for integer nonlinear
optimization. This version of the toolbox is a Beta release and works only for
Scilab 6.0.x. It does not work for older versions of Scilab.

Features
---------
* linprog: Solves a linear optimization problem.
 	
* intlinprog: Solves a mixed-integer linear optimization problem in intlinprog
format with CBC.
  
* quadprog: Solves a quadratic optimization problem.
  
* quadprogmat: Solves a quadratic optimization problem (with input in Matlab
  format).
  
* lsqnonneg: Solves a nonnegative linear least squares optimization problem.
  
* lsqlin: Solves a linear least squares optimization problem.
  
* lsqnonlin: Solves a nonlinear least squares optimization problem.
  
* fminunc: Solves an unconstrained optimization problem.
  
* fminbnd: Solves a nonlinear optimization problem on bounded variables.
 
* fmincon: Solves a general nonlinear optimization problem.
  
* fgoalattain: Solves a multiobjective goal attainment problem.
  
* fminimax: Solves a minimax optimization problem.
  
* intfminunc: Solves an unconstrained mixed-integer nonlinear optimization
  problem.
  
* intfminbnd: Solves a mixed-integer nonlinear optimization
  problem on bounded variables.
  
* intfmincon: Solves a constrained mixed-integer nonlinear optimization
problem.
  
* intfminimax: Solves a mixed-integer minimax optimization problem.
  
* intquadprog: Solves an integer quadratic optimization problem.


Changelog
---------
Version 0.3 (January 20, 2020)

  Toolbox ported to Scilab 6. It will not work for older versions of Scilab
  Symphony has been temporarily disabled, will be reintroduced in the future
  Upgraded solver libraries to their latest version
  Added quadprogCLP function.	
  Improvements in help files and examples
  "_gradhess" in intfmincon has been improved
  Bug fixes for intfminimax

Version 0.2.3 (December 11, 2018)

  Edits in quadprog help file
  Restructured the linprog lambda parameter
  Reduced size of source and all binaries

Version 0.2.2 (July 27, 2018)

  Reduced the size of the source code and binaries

Version 0.2.1 (July 20, 2018)

  Changed names of the following functions:
    *cbcintlinprog => intlinprog
    *intqpipopt => intquadprog
    *qpipopt => quadprog
    *qpipoptmat => quadprogmat
 				
Version 0.2 (July 5, 2018)

  Upgraded solver libraries to their latest version and added the following     
 functions:
    *cbcintlinprog 				
    *fotversion
    *intfminbnd
    *intfmincon
    *intfminimax
    *intfminunc
    *intqpipopt            
Files (2)
[20.65 MB]
Linux 64-bit binary for Scilab 6.0.x

News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.