All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.io.ksmt.solver.cvc5.KCvc5NativeLibraryLoader.kt Maven / Gradle / Ivy

The newest version!
package io.ksmt.solver.cvc5

import io.ksmt.utils.library.NativeLibraryLoader

interface KCvc5NativeLibraryLoader : NativeLibraryLoader {
    override val libraryDir: String get() = "cvc5"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy