
maxlist(++List, ?Maximum)

   Find the maximum of a list of numeric expressions

Arguments
   List                 a list of (n) integer-valued expressions
   Maximum             The maximum

Type
   library(probing_for_scheduling)

Description

Exporting 'maxlist' ensures that the syntax of the cost function for probe_sched
can also be handled by 'is', thus enabling:

?- probe_sched(S,D,R,M,CostFun), Cost is CostFun
	


Resatisfiable
   no

Examples
   
X is maxlist([2,3*7-20,4-1])


See Also
   probe_sched / 5
