Dear Roger,
Thank you for sharing your installation tips. In the new version 1.2.2
of Rmosek on CRAN, the option 'soldetail' has been added with default
value 0. If this is set to 1, 'pobjval' and 'dobjval' (or 'pobjbound'
in case of integer optimization) is returned as part of the solution
structure such that e.g. sol$itr$pobjval will be available. More
information can be retrieved by setting 'soldetail' to higher values,
or by setting the option 'getinfo' to TRUE. Please see the userguide
for more details.
Please note that this version also introduces the validation of
variable bounds and a simple check for disciplined convexity. Unsafe
variable bounds can cause operators to be evaluated outside their
domain and cause unexpected termination (that why it is at warning
level=3). Adding operators that are not disciplined convex will only
cause message to be printed at information level=4, because many
convex problems can be constructed without following these strict
rules. Use option 'verbose' to suppress this output stream.
Hope you find it useful!