Skip to content

Conversation

@amontoison
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic main) to apply these changes.

Click here to view the suggested changes.
diff --git a/src/two_stage.jl b/src/two_stage.jl
index 95493c6..0d6bac5 100644
--- a/src/two_stage.jl
+++ b/src/two_stage.jl
@@ -46,7 +46,7 @@ Evaluates all scenarios in ONE kernel launch.
 - Global variable layout: [v₁; v₂; ...; vₛ; d]
 - Global constraint layout: [c₁; c₂; ...; cₛ]
 """
-struct TwoStageExaModel{T, VT <: AbstractVector{T}, M <: ExaModel{T, VT}} <: NLPModels.AbstractNLPModel{T,VT}
+struct TwoStageExaModel{T, VT <: AbstractVector{T}, M <: ExaModel{T, VT}} <: NLPModels.AbstractNLPModel{T, VT}
     model::M
     ns::Int
     nv::Int

@amontoison amontoison merged commit ac0a7e5 into main Feb 6, 2026
13 of 15 checks passed
@amontoison amontoison deleted the two_stage_v2 branch February 6, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant