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, ...)

Arguments

x

Any object.

...

not used.

Value

None.

See also

Examples

a <- 1:4
print(a)
#> [1] 1 2 3 4