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

Search results: Decision Optimization CPLEX & For Watson Studio

Showing 7

Improve OPL Interfaces by providing dynamically typed API and a “façade” compatible with the .NET framework

Using OPL interface in .Net is cumbersome. Manipulate data elements object and result is far from being trivial.By example, instantiate an int look like that: OplDataSource dataSource = new MyCustomDataSource(oplF); internal class MyCustomDataSour...
over 4 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

Cplex.solveFixed() for OPL Script

Is there an equivalent of Cplex.SolveFixed() for OPL Script ? I'm looking for dual costs of a MILP. So I'd like to 1) solve it to get the solution. 2) solve the corresponding LP with fixed integer variables 3) get dual costs I don't know in advanc...
over 4 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

Allow initialisation using OPL of arrays within tuple sets

In OPL it is not possible to initialise an array which is within a set of tuples either through values or programmatically. An enhancement should be made to OPL to allow this. Consider: {string} Factors = {"a","b","c"}; tuple T_2 { key int i; int ...
over 4 years ago in Decision Optimization CPLEX & For Watson Studio / CPLEX Optimization Studio 0 Not under consideration

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 4 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

"If and only if" for indicator-constraints in MATLAB API

We use the CPLEX for MATLAB API to solve a MILP. In our case the bottleneck of the API is the limited functionality of indicator constraints. Whereas in OPL and the Java API an "if and only if" statement is possible, this functionality is missing ...
over 4 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

cpoptimizer interactive should display any var and expressions

CP Optimizer interactive should mimic CPLEX optimizer interactive for these two points 1. In Cp Optimizer command line, enable to display the value of an IloNumVar (floating point variables) and IloNumExpr2. enable write solution in a file
over 4 years ago in Decision Optimization CPLEX & For Watson Studio 0 Not under consideration

Scenario Migration tool

A good step to help DOC users migrate to DODS would be a simple Scenario migration tool that would extract scenario data from DOC and import into DODS. An option to also "export DOC Scenario(s) as CSV" could help administrators import the DOC data...