I have group of recipes with calorie value.
I want to find all combinations of group of recipes whose total calorie 
value is  below limit.

Ex :

A - 30
B - 50
C - 10

So if threshold is 40 it should return

A
C
A,C

Is this something possible alone in cypher

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to