Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

How to install IBM ILOG Concert Technology and CP Optimizer?

  • 1.  How to install IBM ILOG Concert Technology and CP Optimizer?

    Posted Wed December 17, 2014 03:57 AM

    Originally posted by: heidizh


    Where can I find the instructions to installl IBM ILOG Concert Technology and CP Optimizer? Can you please give me a link.

    Thank you for your help.

    Best Regards,

    Heidi


    #CPOptimizer
    #DecisionOptimization


  • 2.  Re: How to install IBM ILOG Concert Technology and CP Optimizer?

    Posted Mon December 22, 2014 05:30 AM

    Hi,

    running CPLEX optimization Studio Installer will do that.

     

    regards


    #CPOptimizer
    #DecisionOptimization


  • 3.  Re: How to install IBM ILOG Concert Technology and CP Optimizer?

    Posted Mon March 21, 2016 06:52 PM

    Originally posted by: FiFila


    Hi Alex;

    For running a CP code when it is a  "*.mod" file by writing "using cp" at the start of "mod" file. But whenever we have a code starting with "#include <ilcp/cpext.h>" , how we should run this? We should save it  in a "cpp" file? Am I in right way?

    I do not know how to run how to run a cp optimizer code in CPLEX ILOG ?

    Thanks alot for your guidance.

    Best regards

    Fila


    #CPOptimizer
    #DecisionOptimization


  • 4.  Re: How to install IBM ILOG Concert Technology and CP Optimizer?

    Posted Tue March 22, 2016 04:33 AM

    Originally posted by: PhilippeLaborie


    The file with "#include <ilcp/cpext.h>" is a C++ file thus you need to compile it into an executable. You will find information about using CP Optimizer in a C++ context in your installation: CPLEX_StudioXXX/cpoptimizer/cpp.html

    Philippe


    #CPOptimizer
    #DecisionOptimization