.ConPNlib.Functions.decreasingFactorOut

Information

calculation of decreasing factors

Interface

function decreasingFactorOut
  parameter input Integer nOut "number of output transitions";
  input Real t "marking";
  input Real minMarks "minimum capacity";
  input Real speedIn "input speed";
  input Real maxSpeedOut[:] "maximum speeds of output transitions";
  input Real prelimSpeedOut[:] "preliminary speeds of output transitions";
  input Real arcWeightOut[:] "arc weights of output transitions";
  input Boolean firingIn[:] "firability of input transitions";
  input Boolean firingOut[:] "firability of output transitions";
  output Real decFactorOut[nOut] "decreasing factors for output transitions";
end decreasingFactorOut;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos