Feature #16
openLoad domain and cost at runtime
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)
Updated by Anonymous over 10 years ago
Could be nice to also have an "instance" file loader. Instance file should contain only part of the initialisation.
This should prevent from the need to use Oro. But if the dynamic parsing is fast enough it might not be necessary.
Updated by Anonymous over 10 years ago
switch to another solution : see hatponboard-lib (see https://wiki.laas.fr/robots/HATP#Mandatory_modules)
Still needs to do a instance loading at runtime