We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50a60ea + f42bc89 commit e978d58Copy full SHA for e978d58
1 file changed
src/main/java/gprover/AuxPt.java
@@ -29,7 +29,7 @@ public AuxPt(int t) {
29
* @return the constructed point as a string
30
*/
31
public String getConstructedPoint() {
32
- return vptlist.getFirst().toString();
+ return vptlist.get(0).toString();
33
}
34
35
/**
0 commit comments