Skip to content

Commit

Permalink
rescope PR#58
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac committed Aug 23, 2021
1 parent 90ac14f commit f49bd36
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 300 deletions.
6 changes: 3 additions & 3 deletions src/enums.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
INERTIA_FREE = 3)

@enum(KKTLinearSystem::Int,
SPARSE_REDUCED_KKT_SYSTEM = 1,
SPARSE_AUGMENTED_KKT_SYSTEM = 2,
DENSE_REDUCED_KKT_SYSTEM = 3)
SPARSE_KKT_SYSTEM = 1,
SPARSE_UNREDUCED_KKT_SYSTEM = 2,
DENSE_KKT_SYSTEM = 3)

@enum(Status::Int,
SOLVE_SUCCEEDED = 1,
Expand Down
Loading

0 comments on commit f49bd36

Please sign in to comment.