epfl-lara / OCBSL

A minimal algorithm to decide the word problem in Orthocomplemented Bisemilattices, in Scala.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains an implementation of an algorithm able to solve the word problem for Orthocomplemented Bisemilattices. The original algorithm can be found in this paper: https://arxiv.org/abs/2110.03315 which has been published in TACAS 2022.

An Orthocomplemented Bisemillatice is a generalization of Boolean Algebra where distributivity doesn't hold. Hence, this algorithm provides a conservative approximation to the propositional equivalence problem.

About

A minimal algorithm to decide the word problem in Orthocomplemented Bisemilattices, in Scala.


Languages

Language:Scala 100.0%