repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
cryptoguard | cryptoguard-master/src/test/java/frontEnd/Interface/parameterChecks/ContainerTest.java | /* Licensed under GPL-3.0 */
package frontEnd.Interface.parameterChecks;
import static org.junit.Assert.assertEquals;
import java.util.ArrayList;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* @author franceme Created on 2020-11-17.
* @since {VersionHere}
* <p>ContainerTest
* ... | 5,229 | 42.583333 | 434 | java |
cryptoguard | cryptoguard-master/src/test/java/frontEnd/MessagingSystem/routing/inputStructures/LegacyTest.java | /* Licensed under GPL-3.0 */
package frontEnd.MessagingSystem.routing.inputStructures;
import org.junit.After;
import org.junit.Before;
/**
* LegacyTest class.
*
* @author franceme
* @version $Id: $Id
* @since V03.03.10
*/
public class LegacyTest {
//region Attributes
//endregion
//region Test Environme... | 601 | 14.842105 | 57 | java |
cryptoguard | cryptoguard-master/src/test/java/frontEnd/MessagingSystem/routing/inputStructures/ScarfXMLTest.java | /* Licensed under GPL-3.0 */
package frontEnd.MessagingSystem.routing.inputStructures;
import static junit.framework.TestCase.assertEquals;
import static junit.framework.TestCase.assertTrue;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.mockito.Mockito.doRet... | 5,830 | 30.349462 | 97 | java |
cryptoguard | cryptoguard-master/src/test/java/frontEnd/MessagingSystem/routing/structure/Scarf/AnalyzerReportTest.java | /* Licensed under GPL-3.0 */
package frontEnd.MessagingSystem.routing.structure.Scarf;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
import org.junit.After;
impo... | 1,178 | 19.327586 | 58 | java |
cryptoguard | cryptoguard-master/src/test/java/rule/engine/RuleListTest.java | /* Licensed under GPL-3.0 */
package rule.engine;
import static junit.framework.TestCase.assertEquals;
import static org.junit.Assert.assertTrue;
import CWE_Reader.CWE;
import CWE_Reader.CWEList;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* RuleListTest class.
*
* @author franceme... | 1,243 | 18.746032 | 81 | java |
cryptoguard | cryptoguard-master/src/test/java/test/TestUtilities.java | /* Licensed under GPL-3.0 */
package test;
import static junit.framework.TestCase.assertTrue;
import frontEnd.Interface.EntryPoint;
import java.io.*;
import java.util.ArrayList;
import java.util.Arrays;
import org.apache.commons.lang3.StringUtils;
import util.Utils;
/**
* TestUtilities class.
*
* @author franceme... | 18,482 | 47.76781 | 100 | java |
cryptoguard | cryptoguard-master/src/test/java/util/UtilsTest.java | /* Licensed under GPL-3.0 */
package util;
import static junit.framework.TestCase.assertEquals;
import static junit.framework.TestCase.assertTrue;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static test.TestUtilities.*;
import static util.Utils.join;
import static ut... | 4,202 | 25.770701 | 99 | java |
java-smt | java-smt-master/doc/Example-Gradle-Project-Kotlin/src/test/java/org/sosy_lab/java_smt_example/SudokuTest.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt_example;
import static org.junit.Assert.assertEqu... | 6,635 | 28.362832 | 98 | java |
java-smt | java-smt-master/doc/Example-Gradle-Project/src/main/java/org/sosy_lab/java_smt_example/SolverOverviewTable.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt_example;
import java.util.ArrayList;
import java.... | 1,544 | 31.87234 | 98 | java |
java-smt | java-smt-master/doc/Example-Gradle-Project/src/test/java/org/sosy_lab/java_smt_example/SudokuTest.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt_example;
import static org.junit.Assert.assertEqu... | 6,455 | 28.751152 | 98 | java |
java-smt | java-smt-master/doc/Example-Maven-Project/src/main/java/org/sosy_lab/java_smt_example/SolverOverviewTable.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt_example;
import java.util.ArrayList;
import java.... | 1,546 | 31.914894 | 98 | java |
java-smt | java-smt-master/doc/Example-Maven-Project/src/test/java/org/sosy_lab/java_smt_example/SudokuTest.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt_example;
import static org.junit.Assert.assertEqu... | 6,795 | 28.807018 | 98 | java |
java-smt | java-smt-master/doc/Example-Maven-Web-Project/src/main/java/org/sosy_lab/SolverOverviewServlet.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab;
import java.io.IOException;
import java.io.PrintWriter;
... | 2,770 | 33.209877 | 90 | java |
java-smt | java-smt-master/doc/Example-Maven-Web-Project/src/test/java/org/sosy_lab/java_smt_web_example/SudokuTest.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt_web_example;
import static org.junit.Assert.asser... | 6,799 | 28.824561 | 98 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/PackageSanityTest.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt;
import com.google.common.testing.AbstractPackage... | 713 | 30.043478 | 79 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/SolverContextFactory.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt;
import static com.google.common.base.Preconditio... | 13,297 | 37.212644 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/package-info.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
/**
* JavaSMT: a generic SMT solver API.
*
* <p>{@link org.sosy_lab.java_smt.... | 924 | 37.541667 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/ArrayFormula.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.errorprone.annotations.Imm... | 528 | 24.190476 | 88 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/ArrayFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import org.sosy_lab.java_smt.api.FormulaType... | 2,663 | 36 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/BasicProverEnvironment.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.common.collect.ImmutableLi... | 7,726 | 39.036269 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/BitvectorFormula.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.errorprone.annotations.Imm... | 433 | 26.125 | 69 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/BitvectorFormulaManager.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2022 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import java.math.BigInteger;
import java.uti... | 10,828 | 35.338926 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/BooleanFormula.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.errorprone.annotations.Imm... | 429 | 25.875 | 69 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/BooleanFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.errorprone.annotations.Can... | 6,979 | 33.554455 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/EnumerationFormula.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2023 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.errorprone.annotations.Imm... | 437 | 26.375 | 69 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/EnumerationFormulaManager.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2023 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.common.base.Preconditions;... | 2,670 | 37.710145 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/Evaluator.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2022 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import java.math.BigInteger;
import org.chec... | 4,275 | 35.862069 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/FloatingPointFormula.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.errorprone.annotations.Imm... | 440 | 26.5625 | 69 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/FloatingPointFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import java.math.BigDecimal;
import org.sosy... | 10,622 | 43.078838 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/FloatingPointRoundingMode.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
/** Possible floating point rounding modes. ... | 462 | 23.368421 | 69 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/FloatingPointRoundingModeFormula.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.errorprone.annotations.Imm... | 584 | 29.789474 | 98 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/Formula.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.errorprone.annotations.Imm... | 1,448 | 32.697674 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/FormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.common.collect.ImmutableMa... | 12,798 | 40.287097 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/FormulaType.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.common.base.Joiner;
import... | 12,379 | 24.316973 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/FunctionDeclaration.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2022 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.common.collect.ImmutableLi... | 1,001 | 22.857143 | 82 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/FunctionDeclarationKind.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
/**
* Types of function declarations.
*
*... | 5,672 | 18.036913 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/IntegerFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import java.math.BigInteger;
import org.sosy... | 1,761 | 37.304348 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/InterpolatingProverEnvironment.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.common.base.Preconditions;... | 6,348 | 42.486301 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/Model.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2022 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.common.base.Joiner;
import... | 8,153 | 35.079646 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/NumeralFormula.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.errorprone.annotations.Imm... | 564 | 23.565217 | 69 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/NumeralFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import java.math.BigDecimal;
import java.mat... | 4,007 | 36.457944 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/OptimizationProverEnvironment.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import java.util.Optional;
import org.sosy_l... | 2,759 | 31.093023 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/PackageSanityTest.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.common.testing.AbstractPac... | 509 | 25.842105 | 91 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/ProverEnvironment.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import org.sosy_lab.common.ShutdownNotifier;... | 1,169 | 45.8 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/QuantifiedFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.common.collect.ImmutableLi... | 2,814 | 36.039474 | 95 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/RationalFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import org.sosy_lab.java_smt.api.NumeralForm... | 716 | 26.576923 | 82 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/RegexFormula.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Alejandro Serrano Mena
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.errorprone.annotations.Immutable;
/** A ... | 411 | 24.75 | 54 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/SLFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
/**
* The {@link SLFormulaManager} can buil... | 1,231 | 36.333333 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/SolverContext.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.common.collect.ImmutableMa... | 5,088 | 37.263158 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/SolverException.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import org.checkerframework.checker.nullness... | 690 | 25.576923 | 71 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/StringFormula.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Alejandro Serrano Mena
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.errorprone.annotations.Immutable;
/** A ... | 412 | 24.8125 | 54 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/StringFormulaManager.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Alejandro Serrano Mena
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import com.google.common.base.Preconditions;
import java.ut... | 8,101 | 33.476596 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/Tactic.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
/**
* Tactic is a generic formula to formul... | 1,450 | 31.244444 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/UFManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api;
import java.util.List;
/** Manager for deal... | 1,984 | 33.824561 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/package-info.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
/**
* The core interfaces for abstracting from SMT solvers and providing a comm... | 607 | 34.764706 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/visitors/BooleanFormulaTransformationVisitor.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api.visitors;
import java.util.List;
import org.s... | 3,022 | 29.23 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/visitors/BooleanFormulaVisitor.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api.visitors;
import java.util.List;
import org.s... | 3,683 | 29.7 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/visitors/DefaultBooleanFormulaVisitor.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api.visitors;
import java.util.List;
import org.s... | 2,132 | 23.802326 | 92 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/visitors/DefaultFormulaVisitor.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api.visitors;
import java.util.List;
import org.s... | 1,514 | 27.055556 | 98 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/visitors/ExpectedFormulaVisitor.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api.visitors;
import org.sosy_lab.java_smt.api.Fo... | 651 | 26.166667 | 90 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/visitors/FormulaTransformationVisitor.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api.visitors;
import java.util.List;
import org.s... | 2,428 | 30.545455 | 98 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/visitors/FormulaVisitor.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api.visitors;
import java.math.BigDecimal;
import... | 3,174 | 37.253012 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/visitors/TraversalProcess.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.api.visitors;
import com.google.common.collect.Im... | 2,648 | 31.703704 | 96 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/api/visitors/package-info.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
/**
* The visitors of this package allow for efficient traversal, manipulation ... | 403 | 27.857143 | 97 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractArrayFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static org.sosy_lab.java_smt.ba... | 3,913 | 37.372549 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractBaseFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import org.sosy_lab.java_smt.api.Boole... | 2,603 | 37.294118 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractBitvectorFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static com.google.common.base.P... | 12,968 | 33.584 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractBooleanFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static com.google.common.base.P... | 17,336 | 33.127953 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractEnumerationFormulaManager.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2023 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static com.google.common.base.P... | 4,912 | 35.93985 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractEvaluator.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2022 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import com.google.common.base.Precondi... | 4,325 | 31.044444 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractFloatingPointFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static org.sosy_lab.java_smt.ba... | 17,309 | 34.326531 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractFormula.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static com.google.common.base.P... | 5,150 | 30.601227 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static com.google.common.base.P... | 22,221 | 35.791391 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractModel.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import com.google.common.base.Joiner;
... | 785 | 27.071429 | 87 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractNumeralFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static com.google.common.base.P... | 15,105 | 33.488584 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractProver.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import com.google.common.base.Precondi... | 2,800 | 31.952941 | 94 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractProverWithAllSat.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import com.google.common.base.Precondi... | 5,833 | 35.236025 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractQuantifiedFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import com.google.common.collect.Lists... | 1,756 | 33.45098 | 93 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractSLFormulaManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import org.sosy_lab.java_smt.api.Boole... | 2,672 | 32.835443 | 93 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractSolverContext.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import com.google.common.base.Precondi... | 5,232 | 36.647482 | 104 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractStringFormulaManager.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Alejandro SerranoMena
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static org.sosy_lab.java_smt.basicimpl.Abstract... | 9,712 | 31.056106 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/AbstractUFManager.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static org.sosy_lab.java_smt.ba... | 3,111 | 35.186047 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/CachingModel.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2022 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import com.google.common.base.Precondi... | 2,367 | 25.909091 | 75 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/FormulaCreator.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static com.google.common.base.P... | 20,958 | 36.900542 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/FormulaTransformationVisitorImpl.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import com.google.common.base.Precondi... | 3,496 | 28.888889 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/FunctionDeclarationImpl.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2022 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import com.google.auto.value.AutoValue... | 1,497 | 30.87234 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/PackageSanityTest.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import com.google.common.testing.Abstr... | 730 | 30.782609 | 91 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/RecursiveFormulaVisitorImpl.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import static com.google.common.base.P... | 2,920 | 30.408602 | 98 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/ShutdownHook.java | // This file is part of JavaSMT,
// an API wrapper for a collection of SMT solvers:
// https://github.com/sosy-lab/java-smt
//
// SPDX-FileCopyrightText: 2021 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl;
import com.google.common.base.Precondi... | 1,972 | 33.614035 | 96 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/package-info.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
/** Abstract base classes for easier implementation of a solver backend. */
@com... | 581 | 37.8 | 75 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/tactics/NNFVisitor.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl.tactics;
import com.google.common.colle... | 4,946 | 33.594406 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/tactics/package-info.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
/** Default tactics implementations (formula-to-formula transformations). */
pac... | 366 | 32.363636 | 76 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/withAssumptionsWrapper/BasicProverWithAssumptionsWrapper.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl.withAssumptionsWrapper;
import com.goog... | 3,508 | 26.629921 | 93 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/withAssumptionsWrapper/InterpolatingProverWithAssumptionsWrapper.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl.withAssumptionsWrapper;
import static c... | 4,059 | 32.833333 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/withAssumptionsWrapper/ProverWithAssumptionsWrapper.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.basicimpl.withAssumptionsWrapper;
import org.sosy... | 604 | 27.809524 | 70 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/basicimpl/withAssumptionsWrapper/package-info.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
/**
* Wrapper-classes to guarantee identical behavior for all solvers. If a sol... | 763 | 43.941176 | 100 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/delegate/logging/LoggingBasicProverEnvironment.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.delegate.logging;
import static com.google.common... | 4,125 | 29.338235 | 92 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/delegate/logging/LoggingInterpolatingProverEnvironment.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.delegate.logging;
import static com.google.common... | 2,198 | 35.65 | 99 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/delegate/logging/LoggingOptimizationProverEnvironment.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.delegate.logging;
import static com.google.common... | 1,824 | 28.918033 | 93 | java |
java-smt | java-smt-master/src/org/sosy_lab/java_smt/delegate/logging/LoggingProverEnvironment.java | // 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 <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.java_smt.delegate.logging;
import org.sosy_lab.common.log.... | 652 | 28.681818 | 74 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.