Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 786 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 786 Bytes
  >julia ]add https://github.com/gsoleilhac/Satisfactory.jl
  >julia using Satisfactory
maximize!(ModularFrame ; resources = Dict(IronOre => 480))

maximize!(ModularFrame ; resources = Dict(p => 320 for p in (IronOre, CopperOre)), alternates=["Ingot", "Wire"])

maximizeDiscrete!(Supercomputer, 1/3 ; # only allows building to run at 33, 66, or 100% efficiency`
    resources = Dict(p => 300 for p in baseResources), alternates=["Wire", "Ingot"])

maximizeDiscrete!(NuclearFuelRod, 1, resources=Dict(p => 300 for p in baseResources), alternates=["Alternate: "], nodeLabelSize = 2, edgeLabelSize = 2)