Enforce consistency between prior and problem dimension
I had a bug due to the fact that I was building a 3 dimensional problem with prior states of the wrong size. We could add dimensionality checks, in Problem::setPriorOptions
for instance.
I had a bug due to the fact that I was building a 3 dimensional problem with prior states of the wrong size. We could add dimensionality checks, in Problem::setPriorOptions
for instance.