mirror of
https://github.com/Z3Prover/z3
synced 2026-05-05 18:05:15 +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>;
|
model(): Model<Name>;
|
||||||
|
|
||||||
unsatCore(): AstVector<Name, Bool<Name>>;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a string describing why the last call to {@link check} returned `'unknown'`.
|
* Return a string describing why the last call to {@link check} returned `'unknown'`.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue