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 a Constraint Programming Workload #10

Open
kylebd99 opened this issue Feb 15, 2024 · 0 comments
Open

Add a Constraint Programming Workload #10

kylebd99 opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request evaluation adding benchmarks or automating performance graphs

Comments

@kylebd99
Copy link
Owner

Now, this one is a little tricky because CSP problems often also include numeric constraints. However, I believe that we can likely model these constraints through the use of additional factors depending on the problem. Alternatively, we can often model them using element-wise functions. The question then becomes whether those functions are associative/commutative/etc., and how we fit them into our framework.

Anyways, there's likely at least something basic here, but there might also be something more interesting.

@kylebd99 kylebd99 added enhancement New feature or request evaluation adding benchmarks or automating performance graphs labels Feb 15, 2024
@kylebd99 kylebd99 self-assigned this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request evaluation adding benchmarks or automating performance graphs
Projects
None yet
Development

No branches or pull requests

1 participant