Decision Optimization

 View Only

Latest Discussions

  • Hi, to understand what went wrong you can export .lp In my example https://github.com/AlexFleischerParis/zooopl/blob/master/zooincremental.mod I added the export cplex.exportModel("test.lp"); int nbKids=300; float costBus40=500; ...

  • Hello Community, I'm encountering an issue in my OPL main script where I need to set certain variables to zero before solving the problem. Specifically, I'm trying to set the upper bound (UB) for job 2 to zero. However, even after solving the problem, ...

  • Indeed the academic version has no limits on the number of variables and constraints. ------------------------------ [Alex] [Fleischer] [Data and AI Technical Sales] [IBM] ------------------------------

Latest Blogs

  • Decision Optimization Java models can now be deployed in Watson Machine Learning. By using the Java worker API, you can create optimization models with OPL, CPLEX, and CP Optimizer Java APIs. You can now easily create your models locally, package them ...

  • In the realm of complex decision-making, organizations face numerous challenges in maximizing efficiency, minimizing costs, and achieving optimal outcomes. Decision optimization, a powerful field of study, offers advanced techniques and algorithms to ...

    1 person likes this.
  • The landscape of Artificial Intelligence (AI) and Data Science has been evolving at an unprecedented pace, with advancements in computing power, algorithms, and data storage capacities. One of the most promising developments in recent times has been the ...

    4 people like this.

Announcements

  • Change of server for CPLEX Optimization Studio Subscription

    As announced to subscribers in early May, and to align with changes in IBM Cloud, we have changed the address of the server that provides license validation.

    If you have a CPLEX Optimization Studio subscription, this requires a simple action on your part to update the server address.

    Please set the variable CPLEX_STUDIO_KEY_SERVER to https://scx-cos.docloud.ibm.com/cos/query/v1/apikeys

    For example, on Windows in a command prompt:
    setx CPLEX_STUDIO_KEY_SERVER “https://scx-cos.docloud.ibm.com/cos/query/v1/apikeys”

    Or on Mac/Linux, in a terminal window:
    echo 'export CPLEX_STUDIO_KEY_SERVER="https://scx-cos.docloud.ibm.com/cos/query/v1/apikeys"' >> ~/.zshrc

    The old server address has been discontinued.