oxfordcontrol / Clarabel.jl

Clarabel.jl: Interior-point solver for convex conic optimisation problems in Julia.
Apache License 2.0
174 stars 16 forks source link

Warm Starts? #173

Closed tcovert closed 4 months ago

tcovert commented 4 months ago

When I try Clarabel with JuMP.jl or Convex.jl and attempt to set starting values, Clarabel does not seem to use them. Is this intended?

goulart-paul commented 4 months ago

Yes, it is intended. The solver does not allow for user-specified starting values, but rather computes its own initial iterate in all cases.