Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

CP engine for DO TM1 Connector

  • 1.  CP engine for DO TM1 Connector

    Posted Fri November 08, 2019 12:46 AM

    Originally posted by: JackyVeracitiz


    Hi Team,

     

    We are trying to connect a CP program with TM1 Cubes using a DO TM1 Connector with a Java connection on-premise. here we are able to run and integrate the LP problems but when we keep using CP; in the code, DOTM1 Connector gives an error saying CP is used.

     

    But the same CP program if we integrate via DO Cloud DropSolve then it works perfectly even in using CP; way.

     

    Can anyone help how we can activate CP engine also for on-premise, looking as DropSolve would not be used all the time


    #DecisionOptimization
    #OPLusingCPOptimizer


  • 2.  Re: CP engine for DO TM1 Connector



  • 3.  Re: CP engine for DO TM1 Connector

    Posted Tue November 12, 2019 05:01 AM

    Originally posted by: JackyVeracitiz


    Hi Alex,

     

    Thank you for your reply. The issue is simple. If you use the DO TM1 Connector, in the same you have two options for the Optimisation method to select DOCloud and CPLEX-Local.

    and we were able to work with LP engine .mod files but if we add code line saying using CP; the same code gives a DO TM1 Connector error with a log message "Expecting CPLEX but received CP"

     

    So I posted that does the DO-TM1 Connector is limited to use only CPLEX LP programs for on-premise connections or it can be used with CP programs with some tweaking or any other method to run CP .mod programs. 

     

    Jacky.


    #DecisionOptimization
    #OPLusingCPOptimizer