Decision Optimization

Decision Optimization

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

 View Only
  • 1.  Output to Stderr

    Posted Mon January 25, 2016 01:44 AM

    Originally posted by: glebB


    Hi, in Callable Library, can I redirect all output to the std err?

     

    Gleb


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Output to Stderr

    Posted Wed January 27, 2016 05:47 AM

    Yes, you can. By default, the callable library does not output anything. You can use CPXgetchannels and CPXaddfuncdest you can register a function that just prints everything to stderr. Or CPXaddfpdest with stderr as argument.


    #CPLEXOptimizers
    #DecisionOptimization