42.0LOApr 13
Parameterized complexity of n-dense modal logicsOlivier Gasquet
Exact tight bounds of the complexity of the satisfiability problem for dense modal logics is a difficult question, likely somewhere between $\PSPACE$ and $\EXPSPACE$ depending of the logic under question. For a class of them, called here $n$-dense logics (characterized by axioms $\Box^n p\rightarrow \Box p$), we refine the known results -- membership in $\NEXPTIME$ -- in the light of parameterized complexity, as introduced in \cite{Downey}, and prove that they belong to the parameterized class para-$\PSPACE$: there exists a poly-space algorithm once the modal depth of the input is considered as a parameter. This is done by generalizing the novel analysis tool introduced in \cite{BalGasq25}, and therein called windows, to \emph{recursive windows}.
38.6LOMar 16
FMP for QD logics. A wrong proofOlivier Gasquet
This paper initially aimed at proposing a proof that quasi-dense logics have f.m.p, but it contains a major flaw, unfixable.
CYJul 14, 2015
Twist your logic with TouISTKhaled Skander Ben Slimane, Alexis Comte, Olivier Gasquet et al.
SAT provers are powerful tools for solving real-sized logic problems, but using them requires solid programming knowledge and may be seen w.r.t.\ logic like assembly language w.r.t.\ programming. Something like a high level language was missing to ease various users to take benefit of these tools. {\sc \texttt {TouIST}}\ aims at filling this gap. It is devoted to propositional logic and its main features are 1) to offer a high-level logic langage for expressing succintly complex formulas (e.g.\ formulas describing Sudoku rules, planification problems,\ldots) and 2) to find models to these formulas by using the adequate powerful prover, which the user has no need to know about. It consists in a friendly interface that offers several syntactic facilities and which is connected with some sufficiently powerful provers allowing to automatically solve big instances of difficult problems (such as time-tables or Sudokus). It can interact with various provers: pure SAT solver but also SMT provers (SAT modulo theories - like linear theory of reals, etc) and thus may also be used by beginners for experiencing with pure propositional problems up to graduate students or even researchers for solving planification problems involving big sets of fluents and numerical constraints on them.