sha_inform_type structure#

    struct sha_inform_type
      status::Int32
      alloc_status::Int32
      max_degree::Int32
      differences_needed::Int32
      max_reduced_degree::Int32
      approximation_algorith_used::Int32
      bad_row::Int32
      bad_alloc::NTuple{81,Cchar}

detailed documentation#

inform derived type as a Julia structure

components#

Int32 status

return status. See SHA_solve for details

Int32 alloc_status

the status of the last attempted allocation/deallocation.

Int32 max_degree

the maximum degree in the adgacency graph.

Int32 differences_needed

the number of differences that will be needed.

Int32 max_reduced_degree

the maximum reduced degree in the adgacency graph.

Int32 approximation_algorithm_used

the approximation algorithm actually used

Int32 bad_row

a failure occured when forming the bad_row-th row (0 = no failure).

NTuple{81,Cchar} bad_alloc

the name of the array for which an allocation/deallocation error occurred.