Skip to content

Lykhant/Logic_Calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logic_Calc

My first personal Java project where I try to make a logic calculator in Java.

Currently unfinished!

Feature to do list:

  • Parsing propositional logic formulas from Strings
  • Converting formulas to CNF
  • Getting clauses
  • Getting truth value of formulas from variable values (Added truth tables and eval function)
  • Different ways of getting satisfiability of formulas (Added truth trees, resolution and DPLL)
  • First order logic implementation (will take a long time...)
  • A decent looking GUI
  • Practice mode for whoever is actually trying to study with this

About

A personal project where I try to make a logic calculator in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published