Name
algpcmax — computes schedule for 'P||Cmax'problem
Synopsis
TS = algpcmax(T, problem, No_Proc)
Webmaster - Jan Dvořák (2004 - 2025)
// TITLE Set
$filename = basename($_SERVER['SCRIPT_NAME']);
if ($filename != 'index.php')
{
$manual_title_pre = 'TORSCHE Scheduling Toolbox for Matlab - Manual - ';
$manual_title_post = '';
}
else
{
$manual_title_pre = '';
$manual_title_post = ' - Manual';
}
// MATH function
function math($symbol)
{
$mathfilename = "../img/math/$symbol.png";
list($width, $height, $type, $attr) = getimagesize($mathfilename);
return "";
}
?>
algpcmax — computes schedule for 'P||Cmax'problem
TS = algpcmax(T, problem, No_Proc)