Skip to content

novaphy.has_vbd_dlan

Return whether the SolverVBD Denglin DLAN backend is available in the current build.

if novaphy.has_vbd_dlan():
    cfg = novaphy.solvers.SolverVBD.Config()
    cfg.backend = novaphy.solvers.VbdBackend.DLAN

See Also