ECOS_solve: Solve an ECOS workspace

View source: R/ecos.R

ECOS_solveR Documentation

Solve an ECOS workspace

Description

Calls ECOS_solve on an existing workspace created by ECOS_setup. The workspace can be solved multiple times, optionally with ECOS_update calls in between to change numerical data.

Usage

ECOS_solve(workspace, control = NULL)

Arguments

workspace

an external pointer of class "ecos_workspace" as returned by ECOS_setup.

control

optional named list of solver parameters (see ecos.control). If NULL (the default), the settings from ECOS_setup (or the most recent ECOS_solve call with non-NULL control) are reused.

Value

the same result list as ECOS_csolve.

See Also

ECOS_setup, ECOS_update, ECOS_cleanup


ECOSolveR documentation built on Feb. 18, 2026, 5:06 p.m.