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.
(268 downloads for this version - 42166 downloads for all versions)
Details
Version
0.2.2
A more recent valid version with binaries for Scilab 5.5 exists: 0.2.3
Author
FOSSEE, IIT Bombay
Owner Organization
FOSSEE, IIT Bombay
Maintainer
FOSSEE Toolbox
Category
License
Creation Date
July 27, 2018
Source created on
Scilab 5.5.x
Binaries available on
Scilab 5.5.x:
Linux 64-bit Windows 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 and Symphony for integer linear
optimization, IPOPT (with MUMPS) for nonlinear optimization, and BONMIN for
integer nonlinear optimization.

Features
---------
* linprog: Solves a linear optimization problem.
 	
* intlinprog: Solves a mixed-integer linear optimization problem in intlinprog
format with CBC.
  
* symphony: Solves a mixed-integer linear optimization problem.
  
* symphonymat: Solves a mixed-integer linear optimization problem (with input
  in Matlab format).
  
* 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.
 
NOTE
---------
In scilab 5.5.0 please run the following command to add the latest repository:
atomsRepositoryAdd('http://atoms.scilab.org/5.5')

Changelog
---------
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 (3)
[9.92 MB]
Linux 64-bit binary for Scilab 5.5.x

[11.94 MB]
Windows 64-bit binary for Scilab 5.5.x

News (0)
Comments (2)     Leave a comment 
Comment from Douglas Nicolin -- August 21, 2018, 01:42:48 PM    
Is this toolbox available for SCILAB 6.0.1? That's the version I have installed in my 
laptop, but I couldn't make it work yet.
Answer from Siddharth Agarwal -- August 31, 2018, 07:17:47 AM    
> Is this toolbox available for SCILAB 6.0.1? That's the version I have installed in my

> laptop, but I couldn't make it work yet.

The toolbox isn't available for 6.0.0 and above, right now. It is an issue we are aware of,

and the next version of the toolbox will probably work on the latest scilab releases.
Comment from Alejandro Ramirez -- August 24, 2018, 03:05:52 PM    
I have the same  problem. Any solution to this problem?
Answer from Siddharth Agarwal -- August 31, 2018, 07:18:33 AM    
> I have the same  problem. Any solution to this problem?

The toolbox isn't available for 6.0.0 and above, right now. It is an issue we are aware
of,
and the next version of the toolbox will probably work on the latest scilab releases.
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.