%********************************************************************************% % % Contributions from: % % Andréia Borges Avelar -- Universidade de Brasília - Brasil % Mauricio Ayala-Rincon -- Universidade de Brasília - Brasil % Cesar Muñoz -- NASA Langley Research Center - US % %********************************************************************************%
wgt_digraphs_props[T : TYPE, Weight : TYPE,
+ : {f : [[Weight, Weight] -> Weight] |
commutative?(f) AND associative?(f) },
0 : {zero: Weight | identity?(+)(zero)},
<= : {<=: (partial_order?[Weight]) | FORALL(a, b, c : Weight):
a + b <= a + c => b <= c}
] : THEORY
% ----------------------------------------------------------------------------- % % More properties on weighted digraphs that require % a partial order, commutativity and homogeneity % ----------------------------------------------------------------------------- %
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.