Actions
Feature #16
openLoad domain and cost at runtime
Status:
New
Priority:
High
Assignee:
-
Description
It should be possible to load domain file and cost functions at runtime to make it faster to change from a problem to another but mainly to make domain debug faster.
The domain file should be parsed only at runtime and the cost functions should be compiled in advance and then dynamically loaded (see shared-libraries dynamic load and/or Qt plugin framework)
Actions