Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com


ADD A NEW IDEA

Decision Optimization CPLEX & For Watson Studio

Showing 103

Have a line number in OPL out of bounds errors

int E[i in 1..2]=2; int n=3; dvar int x[1..2] in 0..10; subject to { E[2] >=x[3]; x[1]<=2; } execute { writeln("ok") ; } gives an error but without line number. This is easy but in bigger models, it takes a lot of time to spot line numbers.
over 3 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

CPLEX object create by oplrun and concert shall be equal

the CPLEX object created by an OPL model is not the same as tyhe CPLEX object created with concert technology.It creates limitation and complexity that prevent people to use OPL in many cases, such advance algorithms with call backs manual cuts......
over 3 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

handle C,C++,C# Java, python CPLEX model with CPLEX server

The CPLEX server handle only OPL model. It should also provide the queing, load balancing, security and flexibility for all the other source of model written with Concert technology
over 3 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

Extend CPLEX for Matlab to support the Matlab Compiler

CPLEX for MATLAB is an extension to IBM® ILOG® CPLEX Optimizers that allows a user to define optimization problems and solve them within MATLAB's development environment. However, an optimisation module developped with CPLEX for MATLAB and compile...
over 3 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

Make CP cumulFunction and expressions accept float instead of int

cumulFunction and expressions currently only allow the resource usage to be int which is not useful for all resource types. Whilst a workaround of multiplying the int by a large number to approximate the float is possible there are limitations and...
over 3 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

Tuning Tool should work for CP as well as CPLEX

The Tuning Tool only works for CPLEX. It should also be made to work for CP.
over 3 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

Implementation of iif indicator constraint in C API

We would like to be able to implement if-and-only-if indicator constraints in the C API.
over 3 years ago in Decision Optimization CPLEX & For Watson Studio 0 Planned for future release

OPL port for z/OS

We are looking at CPLEX on zOS.Today, only compiling a C++ program can be used to drive CPLEX on the z platform. It would be much easier to be able to inject OPL directly in (concert, part of ) CPLEX for z/OS.
over 3 years ago in Decision Optimization CPLEX & For Watson Studio 0 Future consideration

C-like printf function for OPL Script

Need a nice fct for displaying floats ? like printf('%.2f') . identation. number of decimals. for string as well. for arrays as well
over 3 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

OPL Script function to see which variables exist in model

Using OPL script, is it possible to know whether a given variable name exists in model ? For instance, something like model.contains("x") that would return true if x is a variable in model. If yes, is there any way of knowing the type and the indi...
over 3 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration