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/solvers/cvc5/CVC5BooleanFormulaManager.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.collect.It...
4,917
26.171271
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5EnumerationFormulaManager.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.solvers.cvc5; import com.google.common.collect.Im...
1,887
34.622642
94
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5Evaluator.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...
850
25.59375
77
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5FloatingPointFormulaManager.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.collect.Im...
13,418
32.71608
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5Formula.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.errorprone.annota...
3,875
25.189189
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5FormulaCreator.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 static com.google.common.bas...
35,562
41.692677
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5FormulaManager.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.Joine...
5,492
32.699387
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5IntegerFormulaManager.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...
2,596
28.850575
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5Model.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...
8,061
37.94686
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5NativeAPITest.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.cvc5; import static com.google.common.tru...
48,688
38.392395
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5NumeralFormulaManager.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.cvc5; import static io.github.cvc5.Kind.A...
5,998
29.92268
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5QuantifiedFormulaManager.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 ...
3,371
39.142857
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5RationalFormulaManager.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,461
26.584906
78
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5SLFormulaManager.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,333
24.653846
94
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5SolverContext.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.annotation...
6,284
34.508475
96
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5StringFormulaManager.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 // // SPDX-License-Identifier: Apache-2.0 package org.sosy_lab.java_smt.solvers.cvc5; import com.google.common.base.Preconditions; import io.github....
5,099
25.842105
95
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5TheoremProver.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.cvc5; import java.util.Set; import org.so...
1,006
32.566667
74
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/CVC5UFManager.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.Solver; impor...
579
25.363636
73
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/cvc5/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 CVC5 (based on CVC5's Java bindings). */ package...
357
31.545455
72
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5AbstractNativeApiTest.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.mathsat5; import static com.google.common...
5,353
42.528455
104
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5AbstractProver.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.mathsat5; import static org.sosy_lab.java...
9,773
36.448276
103
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5ArrayFormulaManager.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.mathsat5; import static org.sosy_lab.java...
2,008
34.875
95
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5BitvectorFormulaManager.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.mathsat5; import static org.sosy_lab.java...
7,853
34.863014
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5BooleanFormulaManager.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.mathsat5; import static org.sosy_lab.java...
3,619
29.420168
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5EnumerationFormulaManager.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.solvers.mathsat5; import static org.sosy_lab.java...
2,594
40.190476
96
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5Evaluator.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.mathsat5; import static org.sosy_lab.java...
1,107
31.588235
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5FloatingPointFormulaManager.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.mathsat5; import static org.sosy_lab.java...
12,254
37.17757
110
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5Formula.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.mathsat5; import com.google.errorprone.an...
3,526
25.719697
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5FormulaCreator.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.mathsat5; import static org.sosy_lab.java...
29,134
46.220421
103
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5FormulaManager.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.mathsat5; import static org.sosy_lab.java...
5,537
36.167785
98
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5IntegerFormulaManager.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.mathsat5; import static org.sosy_lab.java...
3,294
37.313953
104
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5InterpolatingProver.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.mathsat5; import static org.sosy_lab.java...
6,417
38.617284
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5Model.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.mathsat5; import static org.sosy_lab.java...
5,909
40.328671
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5NativeApi.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 /* * This file was automatically generated by extract_java_stub.py * Wrapper f...
40,568
37.637143
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5NativeApiTest.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.mathsat5; import static com.google.common...
22,586
41.616981
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5NumeralFormulaManager.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.mathsat5; import static org.sosy_lab.java...
4,521
31.532374
92
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5OptimizationNativeApiTest.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.mathsat5; import static org.sosy_lab.java...
1,199
30.578947
91
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5OptimizationProver.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.mathsat5; import static org.sosy_lab.java...
5,752
37.099338
105
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5RationalFormulaManager.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.mathsat5; import static org.sosy_lab.java...
1,376
28.297872
88
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5SolverContext.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.mathsat5; import static org.sosy_lab.java...
11,731
36.482428
101
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5TheoremProver.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.mathsat5; import static org.sosy_lab.java...
1,702
30.537037
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5UFManager.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.mathsat5; import org.sosy_lab.java_smt.ba...
507
25.736842
75
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/mathsat5/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 MathSAT5 (based on the native C API and JNI). */...
593
38.6
80
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessAbstractProver.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.princess; import static com.google.common...
8,696
30.974265
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessArrayFormulaManager.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.princess; import ap.parser.IExpression; i...
2,037
33.542373
91
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessBitvectorFormulaManager.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.princess; import ap.basetypes.IdealInt; i...
6,725
32.798995
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessBooleanFormulaManager.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.princess; import ap.parser.IBinFormula; i...
6,041
30.968254
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessEnvironment.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.princess; import static scala.collection....
24,913
37.094801
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessFormulaCreator.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.princess; import static com.google.common...
20,836
40.261386
114
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessFormulaManager.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.princess; import ap.parser.IExpression; i...
2,448
30.397436
92
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessFunctionDeclaration.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.princess; import static com.google.common...
6,775
32.544554
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessIntegerFormulaManager.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.princess; import ap.basetypes.IdealInt; i...
3,241
30.173077
95
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessInterpolatingProver.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.princess; import static scala.collection....
7,817
37.70297
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessModel.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.princess; import static scala.collection....
10,218
37.417293
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessNumeralFormulaManager.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.princess; import static scala.collection....
2,511
29.26506
90
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessQuantifiedFormulaManager.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.princess; import static com.google.common...
2,378
32.985714
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessSolverContext.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.princess; import ap.api.SimpleAPI; import...
4,114
35.096491
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessTheoremProver.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.princess; import ap.api.SimpleAPI; import...
1,607
29.339623
77
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/PrincessUFManager.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.princess; import ap.parser.IExpression; i...
606
26.590909
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/princess/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 Princess. */ @com.google.errorprone.annotations....
557
36.2
69
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/FormulaCollectionScript.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.smtinterpol; import static com.google.com...
12,016
29.34596
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/LogProxyForwarder.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.smtinterpol; import static com.google.com...
4,184
23.051724
78
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/LoggingSmtInterpolInterpolatingProver.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.smtinterpol; import com.google.common.bas...
4,658
31.131034
98
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolAbstractProver.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.smtinterpol; import static com.google.com...
8,249
32.950617
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolArrayFormulaManager.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.smtinterpol; import de.uni_freiburg.infor...
1,868
31.789474
79
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolBooleanFormulaManager.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.smtinterpol; import de.uni_freiburg.infor...
2,965
25.963636
86
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolFormulaCreator.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.smtinterpol; import static com.google.com...
14,001
36.239362
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolFormulaManager.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.smtinterpol; import static com.google.com...
6,117
33.564972
89
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolIntegerFormulaManager.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.smtinterpol; import de.uni_freiburg.infor...
3,107
30.393939
92
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolInterpolatingProver.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.smtinterpol; import com.google.common.bas...
4,918
33.886525
87
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolModel.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.smtinterpol; import com.google.common.col...
6,790
35.12234
98
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolNumeralFormulaManager.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.smtinterpol; import com.google.common.col...
5,579
31.068966
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolRationalFormulaManager.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.smtinterpol; import de.uni_freiburg.infor...
2,584
29.05814
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolSolverContext.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.smtinterpol; import static com.google.com...
12,779
37.610272
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolTheoremProver.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.smtinterpol; import com.google.common.bas...
1,875
30.266667
76
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolUFManager.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.smtinterpol; import de.uni_freiburg.infor...
761
32.130435
90
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolUtil.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.smtinterpol; import de.uni_freiburg.infor...
1,419
30.555556
69
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/smtinterpol/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 SMTInterpol. */ @com.google.errorprone.annotatio...
563
36.6
69
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2BitvectorFormulaManager.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
7,778
34.359091
94
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2BooleanFormulaManager.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
3,109
29.490196
81
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2Formula.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
2,026
23.719512
95
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2FormulaCreator.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
33,601
43.743009
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2FormulaManager.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
5,919
38.205298
99
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2IntegerFormulaManager.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
2,408
29.1125
95
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2Model.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
10,296
44.561947
96
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2NativeApi.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import java.u...
28,018
32.555689
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2NativeApiTest.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
27,606
40.639517
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2NumeralFormulaManager.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
4,522
32.257353
90
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2QuantifiedFormulaManager.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
2,012
35.6
97
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2RationalFormulaManager.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
1,489
28.215686
82
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2SolverContext.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
4,497
34.417323
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2TheoremProver.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import static...
8,746
37.030435
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/Yices2UFManager.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 OR GPL-3.0-or-later package org.sosy_lab.java_smt.solvers.yices2; import org.so...
538
27.368421
82
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/yices2/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 OR GPL-3.0-or-later /** Interface to the SMT solver Yices2. */ @com.google.error...
573
37.266667
69
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/z3/Z3AbstractProver.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.z3; import com.google.common.base.Precond...
12,328
33.632022
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/z3/Z3ArrayFormulaManager.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.z3; import com.microsoft.z3.Native; impor...
1,635
29.867925
89
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/z3/Z3BitvectorFormulaManager.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.z3; import com.google.common.primitives.L...
4,989
26.569061
100
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/z3/Z3BooleanFormulaManager.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.z3; import static org.sosy_lab.java_smt.s...
5,017
27.03352
93
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/z3/Z3EnumerationFormulaManager.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.solvers.z3; import com.google.common.collect.Immu...
2,052
33.79661
87
java
java-smt
java-smt-master/src/org/sosy_lab/java_smt/solvers/z3/Z3FloatingPointFormulaManager.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.z3; import com.google.common.collect.Immu...
9,286
31.134948
99
java