Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: sandeepsinghchauhan
I have a one "X" solution vector which having very few non-zero elements and i want to display that non-zero elements only from that "X" vector in my scripting log.
How can i do it in cplex
Are you takling OPL script here?
Why not just iterate over the vector and dump all values that have an absolute value >eps?