
org.sosy_lab.java_smt.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-smt Show documentation
Show all versions of java-smt Show documentation
Unified acccess layer to SMT solvers
The newest version!
// This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2020 Dirk Beyer
//
// SPDX-License-Identifier: Apache-2.0
/**
* JavaSMT: a generic SMT solver API.
*
* {@link org.sosy_lab.java_smt.SolverContextFactory} is a package entry point, which creates a
* {@link org.sosy_lab.java_smt.api.SolverContext} object. All operations on formulas are performed
* using managers, available through the context object.
*
*
All interfaces which form the public API are located in the API package.
*/
@com.google.errorprone.annotations.CheckReturnValue
@javax.annotation.ParametersAreNonnullByDefault
@org.sosy_lab.common.annotations.FieldsAreNonnullByDefault
@org.sosy_lab.common.annotations.ReturnValuesAreNonnullByDefault
package org.sosy_lab.java_smt;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy