Skip to content

Commit

Permalink
Fix a rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 16, 2024
1 parent 81150e9 commit 2e2f0bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/sparse_hessian.jl
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
<<<<<<< HEAD
struct SparseADHessian{Tag, R, T, C, S, GT} <: ADNLPModels.ADBackend
=======
struct SparseADHessian{Tag, R, T, C, H, S, GT} <: ADNLPModels.ADBackend
>>>>>>> f83a183 (Support acyclic coloring)
nvar::Int
rowval::Vector{Int}
colptr::Vector{Int}
nzval::Vector{R}
result_coloring::C
<<<<<<< HEAD
compressed_hessian::S
=======
coloring_mode::Symbol
compressed_hessian::H
>>>>>>> f83a183 (Support acyclic coloring)
seed::BitVector
lz::Vector{ForwardDiff.Dual{Tag, T, 1}}
glz::Vector{ForwardDiff.Dual{Tag, T, 1}}
Expand Down

0 comments on commit 2e2f0bb

Please sign in to comment.