If I had the problem in Optmodel-format I could use
solve with LP relaxint / algorithm = mychoice.
However when I only have an mps-format with binary-conditions on variables thus would (need to) use Proc OPTMILP.
How can I tell Proc Optmilp to override the binary information and deliver the solution to the LP relaxation ??
Or can I do just this when submitting the mps-file to Proc OPTLP ?
Regards, Odenwald