12345678910111213141516171819202122232425262728(* Do not edit this file manually.
This file was automatically generated from benchmark models
If you wish to update a function in this file,
a. update the corresponding model, or
b. move the function to another module and edit it there. *)[@@@warning"-33"]moduleS=Saturation_repropenS.Syntax(* model tickets/COLLECT_TICKETS_STEP *)(* fun size -> max 10 (0. + (80. * size)) *)letcost_COLLECT_TICKETS_STEPsize=letsize=S.safe_intsizeinS.max(S.safe_int10)(size*S.safe_int80)(* model tickets/COMPARE_CONTRACT *)(* max 10 10. *)letcost_COMPARE_CONTRACT=S.safe_int10(* model tickets/COMPARE_TICKET_HASH *)(* max 10 10. *)letcost_COMPARE_TICKET_HASH=S.safe_int10(* model tickets/TYPE_HAS_TICKETS *)(* fun size -> max 10 (10. + (6. * size)) *)letcost_TYPE_HAS_TICKETSsize=(size*S.safe_int6)+S.safe_int10