Objects of this class contain among other slots the returned jobnumber and password for jobs submitted to NEOS. Objects of this class can then be used for retrieving the optimization results.
1.1
class
Objects from the Class
Objects can be created by calls of the form new("NeosJob", ...)
or more conveniently by calling the relevant R API function NsubmitJob.
Slots
jobnumber:: Object of class "numeric": The returned job number.
password:: Object of class "character": The returned pass word.
method:: Object of class "character": The name of the called API function.
call:: Object of class "call": The call to the generating function of the object.
nc:: Object of class "NeosComm": The NeosComm object that has been used in the request to NEOS.
Methods
show: signature(object = "NeosJob"): Displays the slots jobnumber and password from an object of class NeosJob.