Constraint programming (Optimization)

Hello!
I wanted to know if it is possible to do a constraint programming in KNIME. Thanks!

Hi,

I don’t know about a node which is specific for this task. You could use the R nodes to use the optim() function. For one project I added the lpsolve package into the R shipped with KNIME. Then I generated parts of the linear programs in KNIME and solved them using lpsolve() in the R nodes.

2 Likes

Hi @shantirw!

There are no dedicated nodes for it. R or Python integrations are workaround options…

Br,
Ivan

1 Like

Thank you for the suggestion!

Thank you!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.