3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-18 16:28:56 +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 committed by GitHub
parent 22061a7452
commit 926359140b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'`.
*