File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
key.core/src/test/java/de/uka/ilkd/key/smt/newsmt2 Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
/* This file is part of KeY - https://key-project.org
2
2
* KeY is licensed under the GNU General Public License Version 2
3
3
* SPDX-License-Identifier: GPL-2.0-only */
4
- package de .uka .ilkd .key .smt ;
4
+ package de .uka .ilkd .key .smt . newsmt2 ;
5
5
6
6
import java .io .File ;
7
7
10
10
import de .uka .ilkd .key .proof .Goal ;
11
11
import de .uka .ilkd .key .proof .Proof ;
12
12
import de .uka .ilkd .key .proof .io .ProblemLoaderException ;
13
+ import de .uka .ilkd .key .smt .SMTProblem ;
14
+ import de .uka .ilkd .key .smt .SMTSolverResult ;
15
+ import de .uka .ilkd .key .smt .SMTTestSettings ;
16
+ import de .uka .ilkd .key .smt .SolverLauncher ;
13
17
import de .uka .ilkd .key .smt .solvertypes .SolverType ;
14
18
import de .uka .ilkd .key .smt .solvertypes .SolverTypeImplementation ;
15
19
import de .uka .ilkd .key .smt .solvertypes .SolverTypes ;
@@ -46,6 +50,7 @@ public class TestSMTMod {
46
50
/**
47
51
* This tests if x mod y is non-negative and x mod y < |y| for y != 0
48
52
* thus satisfying the definition of euclidean modulo
53
+ * Tests for Z3 and CVC4
49
54
*
50
55
* @throws ProblemLoaderException Occured Exception during load of problem file
51
56
*/
You can’t perform that action at this time.
0 commit comments