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
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/logging/LoggingSolverContext.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,407
29.481013
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/logging/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.delegate.logging; import com.google.common.testin...
420
29.071429
69
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/logging/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 /** Wraps the proving environment with loggers. */ @com.google.errorprone.annota...
563
36.6
69
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/SolverStatistics.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.statistics; import com.google.common.col...
6,306
32.020942
87
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsArrayFormulaManager.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.statistics; import static com.google.com...
2,689
32.625
90
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsBasicProverEnvironment.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.statistics; import static com.google.com...
3,255
26.59322
98
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsBitvectorFormulaManager.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.statistics; import static com.google.com...
6,462
30.526829
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsBooleanFormulaManager.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.statistics; import static com.google.com...
5,088
28.935294
93
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsEnumerationFormulaManager.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.delegate.statistics; import static com.google.com...
1,853
32.709091
91
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsFloatingPointFormulaManager.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.statistics; import static com.google.com...
11,047
31.494118
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsFormulaManager.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.statistics; import static com.google.com...
6,706
31.245192
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsIntegerFormulaManager.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.statistics; import static com.google.com...
1,605
31.77551
93
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsInterpolatingProverEnvironment.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.statistics; import java.util.Collection;...
2,001
29.8
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsModel.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.statistics; import static com.google.com...
2,656
26.968421
69
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsNumeralFormulaManager.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.statistics; import static com.google.com...
5,139
30.341463
95
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsOptimizationProverEnvironment.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.statistics; import java.util.Optional; i...
1,571
26.103448
92
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsProverEnvironment.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.statistics; import org.sosy_lab.java_smt...
652
30.095238
96
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsQuantifiedFormulaManager.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.statistics; import static com.google.com...
1,407
31.744186
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsRationalFormulaManager.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.statistics; import org.sosy_lab.java_smt...
753
31.782609
95
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsSLFormulaManager.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.statistics; import static com.google.com...
2,027
30.6875
96
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsSolverContext.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.statistics; import static com.google.com...
2,725
30.333333
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsStringFormulaManager.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.delegate.statistics; import static com.google.common.base.Precon...
6,873
28.004219
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/StatisticsUFManager.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.statistics; import static com.google.com...
2,257
31.257143
91
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/TimerPool.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.statistics; import java.lang.ref.Referen...
4,638
28.929032
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/statistics/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 classes of this package wrap the whole proving environment and measur...
621
35.588235
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedArrayFormulaManager.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.synchronize; import static com.google.co...
2,745
29.511111
90
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedBasicProverEnvironment.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.synchronize; import static com.google.co...
3,118
24.565574
96
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedBasicProverEnvironmentWithContext.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.synchronize; import static com.google.co...
4,687
28.484277
96
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedBitvectorFormulaManager.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.synchronize; import static com.google.co...
6,323
25.910638
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedBooleanFormulaManager.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.synchronize; import static com.google.co...
5,124
24.497512
91
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedEnumerationFormulaManager.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.delegate.synchronize; import static com.google.co...
1,819
29.847458
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedFloatingPointFormulaManager.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.synchronize; import static com.google.co...
10,730
26.800518
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedFormulaManager.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.synchronize; import static com.google.co...
7,767
27.985075
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedIntegerFormulaManager.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.synchronize; import static com.google.co...
1,616
29.509434
91
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedInterpolatingProverEnvironment.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.synchronize; import java.util.Collection...
1,754
31.5
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedInterpolatingProverEnvironmentWithContext.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.synchronize; import static com.google.co...
2,030
35.267857
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedModel.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.synchronize; import static com.google.co...
2,628
23.570093
69
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedModelWithContext.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.synchronize; import static com.google.co...
3,884
31.107438
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedNumeralFormulaManager.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.synchronize; import static com.google.co...
4,903
25.508108
98
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedOptimizationProverEnvironment.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.synchronize; import java.util.Optional; ...
1,708
25.703125
96
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedProverEnvironment.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.synchronize; import org.sosy_lab.java_sm...
702
30.954545
94
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedProverEnvironmentWithContext.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.synchronize; import org.sosy_lab.java_sm...
821
30.615385
94
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedQuantifiedFormulaManager.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.synchronize; import static com.google.co...
1,418
29.847826
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedRationalFormulaManager.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.synchronize; import org.sosy_lab.java_sm...
803
32.5
93
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedSLFormulaManager.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.synchronize; import static com.google.co...
2,030
28.014286
96
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedSolverContext.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.synchronize; import static com.google.co...
5,165
32.329032
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedStringFormulaManager.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.delegate.synchronize; import static com.google.common.base.Preco...
6,508
22.930147
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/SynchronizedUFManager.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.synchronize; import static com.google.co...
2,252
28.25974
91
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/delegate/synchronize/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 classes of this package wrap the whole solver context and all corresp...
879
39
98
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/example/AllSatExample.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: Unlicense OR Apache-2.0 OR MIT package org.sosy_lab.java_smt.example; import static org.so...
11,931
37
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/example/FormulaClassifier.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: Unlicense OR Apache-2.0 OR MIT package org.sosy_lab.java_smt.example; import com.google.co...
10,235
29.555224
98
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/example/HoudiniApp.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: Unlicense OR Apache-2.0 OR MIT package org.sosy_lab.java_smt.example; import com.google.co...
7,072
40.122093
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/example/Interpolation.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: Unlicense OR Apache-2.0 OR MIT package org.sosy_lab.java_smt.example; import com.google.co...
7,973
35.916667
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/example/NQueens.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: Unlicense OR Apache-2.0 OR MIT package org.sosy_lab.java_smt.example; import com.google.co...
10,788
34.490132
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/example/OptimizationFormulaWeights.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: Unlicense OR Apache-2.0 OR MIT package org.sosy_lab.java_smt.example; import com.google.co...
5,638
41.719697
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/example/OptimizationIntReal.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: Unlicense OR Apache-2.0 OR MIT package org.sosy_lab.java_smt.example; import java.util.Opt...
6,565
40.821656
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/example/PrettyPrinter.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: Unlicense OR Apache-2.0 OR MIT package org.sosy_lab.java_smt.example; import com.google.co...
4,926
33.943262
98
java
java-smt
java-smt-master/src/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: 2020 Dirk Beyer <https://www.sosy-lab.org> // // SPDX-License-Identifier: Unlicense OR Apache-2.0 OR MIT package org.sosy_lab.java_smt.example; import static org.so...
13,131
36.413105
105
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/example/Sudoku.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: Unlicense OR Apache-2.0 OR MIT package org.sosy_lab.java_smt.example; import com.google.co...
18,467
33.911153
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/example/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: Unlicense OR Apache-2.0 OR MIT /** Some basic examples for using Java-SMT. */ package org.s...
346
30.545455
69
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/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 /** Solver-specific backends. */ package org.sosy_lab.java_smt.solvers;
312
27.454545
69
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorAbstractProver.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.solvers.boolector; import com.google.common.base....
6,911
33.909091
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorArrayFormulaManager.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.solvers.boolector; import static com.google.commo...
2,612
35.291667
88
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorBitvectorFormulaManager.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.solvers.boolector; import static org.sosy_lab.jav...
6,890
31.971292
86
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorBooleanFormulaManager.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.solvers.boolector; import static org.sosy_lab.jav...
3,874
27.703704
78
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorFormula.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.solvers.boolector; import com.google.errorprone.a...
2,440
26.426966
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorFormulaCreator.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.solvers.boolector; import static com.google.commo...
16,882
38.818396
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorFormulaManager.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.solvers.boolector; import java.io.IOException; im...
4,053
36.537037
92
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorModel.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.solvers.boolector; import com.google.common.base....
11,264
38.526316
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorNativeApiTest.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.solvers.boolector; import static com.google.commo...
21,118
42.01222
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorQuantifiedFormulaManager.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.solvers.boolector; import static com.google.commo...
2,865
32.717647
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorSolverContext.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.solvers.boolector; import com.google.common.base....
10,904
36.864583
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorTheoremProver.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.solvers.boolector; import java.util.Set; import j...
1,046
33.9
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BoolectorUFManager.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.solvers.boolector; import org.sosy_lab.java_smt.b...
517
26.263158
82
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BtorJNI.java
// This file is part of JavaSMT, // an API wrapper for a collection of SMT solvers: // https://github.com/sosy-lab/java-smt // // This file is based on an automatically generated file produced by SWIG // (http://www.swig.org, version 4.0.0) in Boolector, and then edited manually. // // SPDX-FileCopyrightText: 2007-2020...
20,972
38.721591
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/BtorOption.java
// This file is part of JavaSMT, // an API wrapper for a collection of SMT solvers: // https://github.com/sosy-lab/java-smt // // This file is based on "btortypes.h" from Boolector. // // SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org> // SPDX-FileCopyrightText: 2015-2020 Mathias Preiner // SPDX...
3,566
26.022727
74
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/boolector/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 /** Interface to the SMT solver Boolector (based on the native C API and JNI). *...
595
38.733333
81
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4ArrayFormulaManager.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.solvers.cvc4; import edu.stanford.CVC4.Expr; impo...
1,817
32.054545
79
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4BitvectorFormulaManager.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.solvers.cvc4; import edu.stanford.CVC4.BitVector;...
8,085
32.97479
93
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4BooleanFormulaManager.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.solvers.cvc4; import com.google.common.collect.It...
5,041
26.254054
91
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4Evaluator.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.solvers.cvc4; import com.google.common.base.Preco...
1,171
28.3
95
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4FloatingPointFormulaManager.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.solvers.cvc4; import com.google.common.collect.Im...
12,843
34.677778
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4Formula.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.solvers.cvc4; import com.google.errorprone.annota...
3,676
25.078014
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4FormulaCreator.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.solvers.cvc4; import static com.google.common.bas...
28,306
43.860539
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4FormulaManager.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.solvers.cvc4; import com.google.common.base.Joine...
3,882
30.569106
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4IntegerFormulaManager.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.solvers.cvc4; import edu.stanford.CVC4.Expr; impo...
2,479
28.52381
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4Model.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.solvers.cvc4; import com.google.common.base.Preco...
4,808
38.097561
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4NativeAPITest.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.solvers.cvc4; import static com.google.common.tru...
35,802
37.088298
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4NumeralFormulaManager.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.solvers.cvc4; import static edu.stanford.CVC4.Kin...
5,901
30.731183
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4QuantifiedFormulaManager.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.solvers.cvc4; import edu.stanford.CVC4.Expr; impo...
3,931
40.389474
98
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4RationalFormulaManager.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.solvers.cvc4; import edu.stanford.CVC4.Expr; impo...
1,480
26.943396
78
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4SLFormulaManager.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.solvers.cvc4; import edu.stanford.CVC4.Expr; impo...
1,407
26.607843
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4SolverContext.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.solvers.cvc4; import edu.stanford.CVC4.CVC4JNI; i...
5,430
33.592357
93
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4StringFormulaManager.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 // // SPDX-License-Identifier: Apache-2.0 package org.sosy_lab.java_smt.solvers.cvc4; import com.google.common.base.Preconditions; import edu.stanfo...
5,380
26.737113
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4TheoremProver.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.solvers.cvc4; import com.google.common.base.Preco...
9,243
32.614545
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/CVC4UFManager.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.solvers.cvc4; import edu.stanford.CVC4.Expr; impo...
598
26.227273
78
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc4/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 /** Interface to the SMT solver CVC4 (based on Java Bindings generated with SWIG...
370
32.727273
85
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5AbstractProver.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.solvers.cvc5; import com.google.common.base.Preco...
7,616
30.345679
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5ArrayFormulaManager.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.solvers.cvc5; import io.github.cvc5.Kind; import ...
1,761
31.62963
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5BitvectorFormulaManager.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.solvers.cvc5; import io.github.cvc5.CVC5ApiExcept...
8,047
28.265455
96
java