Sat.ParametersEncode a set of parameters as a protocol buffer.
type t = Sat_parameters.sat_parametersDirectly use the underlying protocol buffer interface. See Sat_parameters.make_sat_parameters and the documentation in sat_parameters.proto.
val defaults : unit -> tReturn the default parameters.
val pb_output : t -> Stdlib.out_channel -> unitWrite the parameters to an output channel.
val pb_encode : t -> Pbrt.Encoder.t -> unitEncode the parameters using a specific encoder.