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:
mudathirmahgoub
2023-10-02 01:20:26 -05:00
committed by GitHub
parent 43e7623b6f
commit 7ff15aa749
38 changed files with 31 additions and 256 deletions

View File

@@ -195,5 +195,6 @@ public class QuickStart
}
//! [docs-java-quickstart-15 end]
}
Context.deletePointers();
}
}