3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 15:04:42 +00:00

Remove duplicate unsatCore method in types.ts

Removed duplicate unsatCore method declaration.
This commit is contained in:
Nikolaj Bjorner 2026-01-08 20:56:12 -08:00
parent 2e7c7f47bb
commit 8fddcd7d89

View file

@ -800,8 +800,6 @@ export interface Solver<Name extends string = 'main'> {
model(): Model<Name>;
unsatCore(): AstVector<Name, Bool<Name>>;
/**
* Return a string describing why the last call to {@link check} returned `'unknown'`.
*