Skip to main content

load_reference

Function load_reference 

Source
pub fn load_reference(
    path: &Path,
) -> Result<ReferenceFactorization, SparseError>
Expand description

Load a reference factorization from a companion JSON file.

ยงErrors

  • File not found or unreadable
  • Invalid JSON structure
  • Inconsistent data (l_entry indices out of bounds, invalid permutation)