Decision Optimization

Decision Optimization

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

 View Only
  • 1.  Concert Technology

    Posted Mon May 18, 2009 07:06 PM

    Originally posted by: SystemAdmin


    [ammoun84 said:]

    hello,
    i'm charged to program a MIP formulation model  (20 constraints) with Cplex concert technology..the problem is that this is the first time that i program with it...i tried to see the cplex documentation..but i find some small examples with two or three constraints,so it didn't help because my problem is more complex ..really i feel blocked!!can someone help me in giving me an example or some examples of programming with concert technology..
    Thank you.
    #ConstraintProgramming-General
    #DecisionOptimization


  • 2.  Re: Concert Technology

    Posted Wed May 20, 2009 09:02 PM

    Originally posted by: SystemAdmin


    [Didier Vidal said:]

    There is a presentation of CPLEX and Concert at http://www.ilog.com/products/optimization/archive.cfm
    It is titled Embedding ILOG CPLEX Using ILOG Concert Technology.

    It is quite basic, but can help you getting started.

    Didier.
    #ConstraintProgramming-General
    #DecisionOptimization


  • 3.  Re: Concert Technology

    Posted Sun September 27, 2009 09:18 PM

    Originally posted by: SystemAdmin


    [Jhonabraham said:]

    Concert Technology offers a C++ library of classes and functions that enable you to define models for optimization problems and to apply algorithms to those models. Concert Technology supports algorithms for both constraint programming and math programming (including linear programming, mixed integer programming, quadratic programming, and network programming) solutions. It also allows you to extend the model and solution classes yourself.

    This library is not a new programming language: it lets you use data structures and control structures provided by C++. Thus, the Concert Technology part of an application can be completely integrated with the rest of that application (for example, the graphic interface, connections to databases, etc.) because it can share the same objects.

    Furthermore, you can use the same objects to model your problem whether you choose a math programming or constraint programming approach. In fact, Concert Technology enables you to combine these technologies simultaneously.

    [url=http://www.carirumahdijual.com/] Rumah Dijual [/url]
    [url=http://pasangiklanmurah.com/mengembalikan-jati-diri-bangsa/] mengembalikan jati diri bangsa [/url]


    #ConstraintProgramming-General
    #DecisionOptimization


  • 4.  Re: Concert Technology

    Posted Mon October 26, 2009 04:46 PM

    Originally posted by: SystemAdmin


    [tiendunn732 said:]

    I've never heard of this concert technology before, and I was looking for a library to enhance the math programming part of C++. I think this would do, thanks for the info!
    #ConstraintProgramming-General
    #DecisionOptimization