Overview
The Orbital library is a Java class library providing object-oriented representations and algorithms for logic, mathematics, and computer science. This Java library provides computer algebra, numerical algorithms, theorem proving, search and planning etc. Generally speaking, the conceptual idea behind the Orbital library is to provide extensional services and components for Java, which surround the heart of many scientific applications. Hence the name Orbital library. Orbital library is designed with the goals of flexibility, conceptual simplicity and general applicability. You can get this Java library and its documentation here:
|
News
- 06/14/2009: A publication [1] indicates in real world benchmarks that the functionality in the Orbital library that has been used in these benchmarks is competitive in performance to other tools
Statistics
The Orbital library provides you with access to mathematical, algorithmic, and logical functionality.
- 38,588 SLOC (Source Lines of Code, i.e., not counting comments), counted using David A. Wheeler's 'SLOCCOUNT'
- 284 public classes and interfaces in 14 packages
- The interfaces provide access to implementations in 5 additional implementation packages totaling 870 classes, including inner classes.
Selected Publications
The Orbital library is mentioned in the following papers (among other publications) and is used in the underlying implementations:-
André Platzer, Jan-David Quesel, and Philipp Rümmer.
Real world verification.
In Renate A. Schmidt, editor, International Conference on Automated Deduction, CADE'09, Montreal, Canada, Proceedings, volume 5663 of LNCS, pages 485-501. Springer, 2009. © Springer-Verlag
Introduces a decision procedure for universal nonlinear real arithmetic combining Gröbner bases and semidefinite programming for the Real Nullstellensatz. An extended set of real arithmetic benchmarks from KeYmaera is available in smtlib, including the examples from CADE'09 paper and other KeYmaera-related papers.
[bib | pdf | doi | smtlib | TR]
-
André Platzer and Jan-David Quesel.
KeYmaera: A hybrid theorem prover for hybrid systems.
In Alessandro Armando, Peter Baumgartner, and Gilles Dowek, editors, Automated Reasoning, Fourth International Joint Conference, IJCAR 2008, Sydney, Australia, Proceedings, volume 5195 of LNCS, pages 171-178. Springer, 2008. © Springer-Verlag
[bib | pdf | doi | slides | tool]
