Decision Optimization

Decision Optimization

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

 View Only
  • 1.  SetBounds

    Posted Fri April 16, 2010 11:36 AM

    Originally posted by: SystemAdmin


    Hi,

    I am trying to set bounds using Cplex for .NET,is it possible to do this for a group of variables (array or list) instead one by one? Thanks.

    Gerardo Treviño
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: SetBounds

    Posted Fri April 16, 2010 04:58 PM

    Originally posted by: SystemAdmin


    IloNumVarArray() is not what you are looking for? This method allows you to create an array of variables with specified bounds.
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: SetBounds

    Posted Tue April 20, 2010 09:42 AM

    Originally posted by: SystemAdmin


    IloNumVarArray() is the way to do it using C++, but it is not available (or I don{t know how) using .NET API.
    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: SetBounds with C#.NET

    Posted Thu April 22, 2010 10:02 AM

    Originally posted by: SystemAdmin


    IloNumVarArray() is the way to do it using C++, with C#.NET INumVar is used but the method describes how to set bounds for one variable, not for a list or an array of variables, is it possible to perform a multiple setbounds process using C#.NET API?
    #CPLEXOptimizers
    #DecisionOptimization