unicode_fol_kit.find_model¶
- unicode_fol_kit.find_model(formulas, max_size=4, max_candidates=1048576)[source]¶
Return a finite
Structuresatisfying every formula, or None.Searches domains of size
1 .. max_sizein turn, enumerating every interpretation of the theory’s signature and returning the first structure in which all formulas hold. A domain size whose interpretation space exceedsmax_candidatesis skipped (so a return of None is bounded, not a proof of unsatisfiability).