Skip to contents

This function is used to ensure that problem() and new_optimization_problem() objects are displayed correctly in rmarkdown reports.

Usage

knit_print.ConservationProblem(x, ...)

knit_print.OptimizationProblem(x, ...)

Arguments

x

Object.

...

Not used.

Value

A character vector for knitting.

Details

This function should not be called directly. It is intended to be used by the knitr package when displaying objects.