Class ServerAllocation

java.lang.Object
jline.opt.variables.DecisionVariable
jline.opt.variables.ServerAllocation

public class ServerAllocation extends DecisionVariable
Optimize the number of servers at a station. Encodes an integer server count in [minServers, maxServers] via a rounded linear map. Mirrors native-Python ServerAllocation.