/NumBackend

NetworkCalculus.org Number Backend

Primary LanguageJavaGNU Lesser General Public License v2.1LGPL-2.1

NetworkCalculus.org DNC NumBackend

A backend for (immutable) number representations that allows to switch between different real and rational implementations.

This code is developed by the NetworkCalculus.org contributors for use in the Deterministic Network Calculator (DNC). See networkcalculus.org.

Limitations

It is currently not possible to mix instances of different implementations. Yet, for performance reasons, only the equals(Object obj) methods check for obj instanceof and will then simply return false. Other methods will simply raise some exception (most probably a cannot cast exception).