Skip to content

Commit

Permalink
Remove a few unused methods/types
Browse files Browse the repository at this point in the history
  • Loading branch information
fuglede committed Oct 9, 2023
1 parent fc768f5 commit f95c697
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions types.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
type Highs = {
solve(problem: string, options?: HighsOptions): HighsSolution;
getModel(): HighsModel;
};

type HighsOptions = Readonly<
Expand Down Expand Up @@ -298,11 +297,6 @@ type GenericHighsSolution<IsLinear extends boolean, ColType, RowType, Status ext
Rows: RowType[];
};

type HighsModel = {
isQp(): boolean;
isMip(): boolean;
}

type HighsModelStatus =
| "Not Set"
| "Load error"
Expand Down

0 comments on commit f95c697

Please sign in to comment.