Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Problem with CPLEX in C#

    Posted 10/30/12 01:19 PM

    Originally posted by: SystemAdmin


    I have installed CPLEX v12.4 and v12.3 and I am running ILOG.CPLEX.dll and ILOG.Concert.dll in my C# code. I had been able to solve a specific problem very fast, in less than five seconds, but, now the same problem takes forever to be solved . The configurations have remained the same.
    Would you please help me about this issue?
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Problem with CPLEX in C#

    Posted 10/31/12 05:27 PM

    Originally posted by: EdKlotz


    > HRJ4_Farshad_Majzoubi wrote:
    > I have installed CPLEX v12.4 and v12.3 and I am running ILOG.CPLEX.dll and ILOG.Concert.dll in my C# code. I had been able to solve a specific problem very fast, in less than five seconds, but, now the same problem takes forever to be solved . The configurations have remained the same.
    > Would you please help me about this issue?
    Please some more information. For example, post the CPLEX output of the fast run and the slow run.
    Also, check whether the issue involves the C# code or something else by exporting a SAV file of the
    model and running it in interactive CPLEX and also the MIPex2 or LPex2 C# example program that comes
    with the distribution. By doing those tests, you will probably be able to narrow down the source
    of the problem.

    Additional CPLEX debugging tips can be found at

    http://www-01.ibm.com/support/docview.wss?uid=swg21400038,
    http://www-01.ibm.com/support/docview.wss?uid=swg21400039

    and

    http://www-01.ibm.com/support/docview.wss?uid=swg21399922
    #CPLEXOptimizers
    #DecisionOptimization