Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TypeScript definitions, Part 2 #100

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CXuesong
Copy link
Contributor

@CXuesong CXuesong commented Nov 7, 2019

Resolves #95, follows #98

  • Add members used to solve single objective LP/MILP problem.
  • Add members used to solve multi-objective optimization problem.
    • No type definition for its solution yet. Do you have some sample return value so I can just infer out a schema for it?
  • Add other sub-modules (or namespaces), if they are intended to be exported and publicized.
    • For now, only exported part of them. Other sub-modules are exported as empty namespace.

I think this makes the type definition almost complete for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeScript defintions
1 participant