Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Display CPLEX cuts with Java API

    Posted 05/31/12 01:00 PM

    Originally posted by: SystemAdmin


    Hi,
    I would like to print out the cuts that CPLEX generates. Is it that possible with the Java API?

    I saw in the documentation and in this thread
    http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14468982&tstart=0#14468982

    that you can do it in the C API with CPXgetcallbacknodelp, but I'm using Java.

    Thanks!
    Sebastian
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Display CPLEX cuts with Java API

    Posted 06/01/12 02:42 AM

    Originally posted by: SystemAdmin


    Sorry, there is no way do that in Java.
    This is considered highly advanced functionality which is only supported in the C API.
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Display CPLEX cuts with Java API

    Posted 06/01/12 09:13 AM

    Originally posted by: SystemAdmin


    I see. Then I will export my model to .lp and read it in C.
    Thanks for the reply!
    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: Display CPLEX cuts with Java API

    Posted 06/01/12 09:51 AM

    Originally posted by: SystemAdmin


    I see. Then I will export my model to .lp and read it in C.
    Thanks for the reply!
    #CPLEXOptimizers
    #DecisionOptimization