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

[FEATURE] Streamline TranscriptionOpt #42

Closed
pulsipher opened this issue Mar 25, 2020 · 0 comments · Fixed by #58
Closed

[FEATURE] Streamline TranscriptionOpt #42

pulsipher opened this issue Mar 25, 2020 · 0 comments · Fixed by #58
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pulsipher
Copy link
Collaborator

Describe the feature you'd like
There are a number of ways to enhance the transcription process.

  • Implement [FEATURE] Enhanced InfiniteModel Storage #41
  • Pass along in _make_transcription_function if the expr has measures
  • Expand measures in place
  • Make transcribed constraints by replacing variables in place (complicated with parameters)
  • Track highest variable level encountered while expanding to avoid checking all at the end
  • Improve the support matching checks for floats
  • Avoid unnecessary conversions
  • Reduce quad expressions to aff expressions when appropriate

Describe what you currently do about this
We don't do any of the above.

@pulsipher pulsipher added the enhancement New feature or request label Mar 25, 2020
@pulsipher pulsipher added this to the v0.2.0 milestone Mar 25, 2020
@pulsipher pulsipher self-assigned this Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant