multipoly_strategy(mpr:MPolyRel,mv:MVars,depth,varselect,exitatdepth) : Outcome = LET omm = multipolynomial_minmax(mpr`mpoly,mpr`mdeg,mv`numvars,mpr`terms,
mpr`mcoeff,mv`vars_lb,mv`vars_ub,
depth,
rel_localexit(mpr`rel),rel_globalexit(mpr`rel,depth,exitatdepth),
mv`iepts,mv`bdpts,varselect) IN IF rel_localexit(mpr`rel)(omm) THEN
IsTrue ELSIF rel_counterex(mpr`rel)(omm) THEN IF mpr`rel(0,1) THEN
Counterexample(omm`ub_var) ELSE
Counterexample(omm`lb_var) ENDIF ELSE
Unknown ENDIF
multipoly_strategy_true : LEMMA FORALL(mpr:MPolyRel,mv:MVars,depth,varselect):
lt_below?(mv`numvars)(mv`vars_lb,mv`vars_ub) AND
bounded_points_exclusive?(mv`numvars)(mv`bdpts) AND
istrue?(multipoly_strategy(mpr,mv,depth,varselect,true)) IMPLIES
forall_X_poly_interval(mpr`mpoly,mpr`mdeg,mpr`mcoeff,mv`numvars,mpr`terms,
mv`vars_lb,mv`vars_ub,mv`iepts,mv`bdpts,mpr`rel,0)
multipoly_strategy_false : LEMMA FORALL(mpr:MPolyRel,mv:MVars,depth,varselect):
lt_below?(mv`numvars)(mv`vars_lb,mv`vars_ub) AND
bounded_points_exclusive?(mv`numvars)(mv`bdpts) AND
isfalse?(multipoly_strategy(mpr,mv,depth,varselect,false)) IMPLIES NOT forall_X_poly_interval(mpr`mpoly,mpr`mdeg,mpr`mcoeff,mv`numvars,mpr`terms,
mv`vars_lb,mv`vars_ub,mv`iepts,mv`bdpts,mpr`rel,0)
multipoly_strategy_counterexample : LEMMA FORALL(mpr:MPolyRel,mv:MVars,depth,varselect): LET mpstrat = multipoly_strategy(mpr,mv,depth,varselect,false) IN
lt_below?(mv`numvars)(mv`vars_lb,mv`vars_ub) AND
bounded_points_exclusive?(mv`numvars)(mv`bdpts) AND
isfalse?(mpstrat) IMPLIES
(NOT mpr`rel(multipoly_eval(mpr`mpoly,mpr`mdeg,mpr`mcoeff,mv`numvars,mpr`terms)
(list2array(0)(counterexample(mpstrat))),0)) AND
boxbetween?(mv`numvars)(mv`vars_lb,mv`vars_ub,mv`iepts,mv`bdpts)
(list2array(0)(counterexample(mpstrat)))
END strat_util
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet)
¤
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.