"b p q ≡ if p = 0 ∧ q = 3 then 6177 else if p = 0 ∧ q = 4 then 9696 else if p = 1 ∧ q = 2 then 6557 else if p = 1 ∧ q = 3 then 6176 else if p = 2 ∧ q = 1 then 7967 else if p = 2 ∧ q = 2 then 4116 else if p = 2 ∧ q = 3 then 12846 else if p = 3 ∧ q = 1 then 3106 else if p = 3 ∧ q = 2 then 8165 else if p = 4 ∧ q = 0 then 3466 else if p = 4 ∧ q = 1 then 3655 else if p = 5 ∧ q = 0 then 395 else if p = 5 ∧ q = 1 then 11354 else if p = 6 ∧ q = 0 then 6854 else if p = 7 ∧ q = 0 then 14493 else squanderTarget"
formalize the admissibility requirements as follows: ›
definition admissible1 :: "(face ==> nat) ==> graph ==> bool"where "admissible1 w g ≡∀f ∈F g. d |vertices f| ≤ w f"
definition admissible2 :: "(face ==> nat) ==> graph ==> bool"where "admissible2 w g ≡ ∀v ∈V g. except g v = 0 ⟶b (tri g v) (quad g v) ≤ (∑∈facesAt g v w f)"
definition admissible3 :: "(face ==> nat) ==> graph ==> bool"where "admissible3 w g ≡ ∀v ∈V g. vertextype g v = (5,0,1) ⟶ (∑∈filter triangle (facesAt g v) w(f)) ≥a"
text‹Finally we define admissibility of weights functions.›
definition admissible :: "(face ==> nat) ==> graph ==> bool"where "admissible w g ≡ admissible1 w g ∧ admissible2 w g ∧ admissible3 w g"
subsection‹Tameness \label{sec:TameDef}›
definition tame9a :: "graph ==> bool"where "tame9a g ≡∀f ∈F g. 3 ≤ |vertices f| ∧ |vertices f| ≤ 6"
definition tame10 :: "graph ==> bool"where "tame10 g = (let n = countVertices g in 13 ≤ n ∧ n ≤ 15)"
definition tame10ub :: "graph ==> bool"where "tame10ub g = (countVertices g ≤ 15)"
definition tame11a :: "graph ==> bool"where "tame11a g = (∀v ∈V g. 3 ≤ degree g v)"
definition tame11b :: "graph ==> bool"where "tame11b g = (∀v ∈V g. degree g v ≤ (if except g v = 0 then 7 else 6))"
definition tame12o :: "graph ==> bool"where "tame12o g = (∀v ∈V g. except g v ≠ 0 ∧ degree g v = 6 ⟶ vertextype g v = (5,0,1))"
text‹7. There exists an admissible weight assignment of total
less than the target:›
definition tame13a :: "graph ==> bool"where "tame13a g = (∃w. admissible w g ∧ (∑∈ faces g w f) < squanderTarget)"
text‹Finally we define the notion of tameness.›
definition tame :: "graph ==> bool"where "tame g ≡ tame9a g ∧ tame10 g ∧ tame11a g ∧ tame11b g ∧ tame12o g ∧ tame13a g" (*<*) end (*>*)
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-06-10)
¤
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 und die Messung sind noch experimentell.