Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: ops1234
Hi,
when I read a MIPstart file with CPXXreadcopymipstarts(...),
how can I then fix all the integer variables to their values specified in the file?
Best regards,
ops
Use CPXXgetmipstarts() to read the information from the MIP starts. Then use CPXXchgbds() to change variable bounds according to the MIP starts.