GitXplorerGitXplorer
h

ReasonFX

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
296bf713bbb7c0bcf929f22c8e6d57ee760bd02b

Removed Draggable code (already in tactileapi)

sshaedys committed 10 years ago
Unverified
87585b61a2cc7349cc4f2041b75238ed83bd90ea

Basic working example (has some bugs)

ffedorbeets committed 10 years ago
Unverified
cb1bbdbde212d0dbea8630ae753dab1c5f95f81b

A simple start

sshaedys committed 10 years ago
Unverified
eff591923498b0f002d72c3a85024f164dedb357

begin tactileGUI

JJanina88 committed 10 years ago
Unverified
15c92e87bee12db3005061834a3114615eb2306f

Merge branch 'master' of gh:holzensp/ReasonFX

hholzensp committed 10 years ago
Unverified
1158a20e8098de0df85901dc1dc969afc3fd1c08

Fixed formerly misunderstood unfication behaviour; the ElemProp-variable can again be aggressive in its rejection of unification. Use Term.unify whenever possible and only refer to Term.unifyImpl if absolutely necessary.

hholzensp committed 10 years ago

README

The README file for this repository.

ReasonFX

JavaFX-based theorem prover for logic, mostly about the GUI-design.

The project does not add much to the field of theorem provers. It's design should allow for easy inclusion of first, second and some higher order logics. The basis is natural deduction, using Jaśkowski notation, but the notation may be relaxed in order to exploit multi-touch panels to a greater extent.

This application also serves as a test-case for the TactileAPI-project (https://github.com/Frumbasjt/TactileAPI).