Display information about an object.
# S3 method for ProjectProblem
print(x, ...)
# S3 method for ProjectModifier
print(x, ...)
# S3 method for Id
print(x, ...)
# S4 method for Id
print(x)
# S3 method for OptimizationProblem
print(x, ...)
# S3 method for ScalarParameter
print(x, ...)
# S3 method for ArrayParameter
print(x, ...)
# S3 method for Solver
print(x, ...)
Any object.
not used.
None.
a <- 1:4
print(a)
#> [1] 1 2 3 4