template<>
daw::json::json_data_contract<LpMatrixOptions> struct

Public types

using constructor_t = LpMatrixOptionsConstructor
using type = json_member_list<json_number_null<"names_level", OptInt>, json_number_null<"lp_coeff_ratio_threshold", OptReal>, json_string_null<"equilibration_method", OptName>, json_bool_null<"compute_stats", OptBool>>

Public static functions

static auto to_json_data(LpMatrixOptions const& opt) -> auto