문제

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