Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Output to Stderr

    Posted 01/25/16 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 01/27/16 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