mirror of
https://github.com/AdaCore/cvc5.git
synced 2026-02-12 12:32:16 -08:00
Refctor Solver.java to extend AbstractPointer (#10064)
This refactors the Solver class in the java API to extend AbstractPointer similar to other cvc5 classes. It also cleans up redundant code for Abstract pointers. and adds Context.deletePointers to java examples as mentioned in issue #10052.
This commit is contained in:
@@ -25,5 +25,6 @@ public class HelloWorld
|
||||
|
||||
System.out.println(helloworld + " is " + slv.checkSatAssuming(helloworld));
|
||||
}
|
||||
Context.deletePointers();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user