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:
parent
22061a7452
commit
926359140b
1 changed files with 0 additions and 2 deletions
|
|
@ -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'`.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue