JuliaSmoothOptimizers / PartitionedVectors.jl

Other
8 stars 1 forks source link

Rely only on `Vector` in case `PartitionedVector` represent a `Vector` #45

Open paraynaud opened 10 months ago

paraynaud commented 10 months ago

In the case an pv::PartitionedVector has pv.simulate_vector == true, then try to use only the Vector pv.epv.v. In that case, most operations must be reimplemented to distinguish the cases pv.simulate_vector == true and pv.simulate_vector == false. Also, the broadcast mechanism must be adapted, such that either :