constraint-satisfaction Questions
4
I have a list of integers
keys = [18, 99, 86, 61, 66, 81, 98, 19, 91, 16, 69, 88, 89, 68, 11, 96]
I'd like to find all permatutations of this list such that for each permutation
elements 0 th...
Hailstorm asked 25/12, 2019 at 17:53
1
Why is the complexity of Arc-Consistency Algorithm O(cd3)?
Grandeur asked 21/4, 2016 at 10:47
1
Solved
I'm working on source-to-source transformer for Java 6*1).
I need to maintain negative information as well as positive information, so I have to implement the small constraint system for the tran...
Psychological asked 10/8, 2015 at 6:19
1
Solved
Anyone can explain to me the AC-1, AC-2 and AC-3 algorithms ?
I have to understand them and implement them with code.
But first, I want to understand them really good, But they are just too tough t...
Safety asked 31/1, 2015 at 22:48
1
Problem statement:
Given four words, place them inside a m x n grid of squares such that the area of the grid is as small as possible.
Words must run from left to right and from top to bott...
Raynold asked 26/6, 2013 at 15:10
1
Abstract problem description:
The way I see it, unparsing means to create a token stream from an AST, which when parsed again produces an equal AST.
So parse(unparse(AST)) = AST holds.
This is...
Ellie asked 12/8, 2012 at 1:10
9
Solved
I'd just like someone to verify whether the following problem is NP-complete or if there is actually a better/easier solution to it than simple brute-force combination checking.
We have a sort-of ...
Exalted asked 5/6, 2009 at 16:0
3
Solved
What are the relevant differences, in terms of performance and use cases, between simulated annealing (with bean search) and genetic algorithms?
I know that SA can be thought as GA where the popul...
Mike asked 4/11, 2010 at 0:1
1
© 2022 - 2024 — McMap. All rights reserved.