Dpll, SAT (satisfability) problem, Need DPLL Function or Procedure? [closed]

StackOverflow https://stackoverflow.com/questions/15534000

  •  24-03-2022
  •  | 
  •  

سؤال

here is my problem, I stucked in Matlab with SAT Problem (Satisfability)

Actually I need a function called DPLL, I saw it somewhere here but it's in java, can anyone help me please?

هل كانت مفيدة؟

المحلول

MATLAB has an embedded JVM, and makes it easy to call Java classes from inside MATLAB.

This is well explained in the documentation

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top