createNCPInstance.Rd
This function uses an identifier (defnId
) to locate
a stored definition in the workspace to create the appropriate
object instance. The instantiated object is assigned the
instanceId and saved under the dataFileName if the latter is
not NULL
. This instantiated object may change state between
iterations when a computation executes
createNCPInstance( name, ncpId, instanceId, pubkey_bits, pubkey_n, den_bits, dataFileName = NULL )
name | identifying the NC party |
---|---|
ncpId | the id indicating the NCP definition |
instanceId | an indentifier to use for the created instance |
pubkey_bits | the public key number of bits |
pubkey_n | the pubkey n |
den_bits | the denominator number of bits for for rational approximations |
dataFileName | a file name to use for saving the
data. Typically |
TRUE if everything goes well