Search found 5 matches

by robertoolmi
Monday 07 September, 2015 - 15:11
Forum: Installation
Topic: Kernel error when opening a new model
Replies: 2
Views: 15238

Kernel error when opening a new model

I get an error if I: 1. Open ED 2. Click on "Open" An error is displayed: 1 Compile error: "folderdir" is not a valid expression. Reference: do(KernelFnc([before close dialog]),if(<>(v,2),do(var([strFile],vbString),set(t,makefilename(getfileopen(moddir([*.mod]),[model files (*.mo...
by robertoolmi
Friday 22 August, 2014 - 08:27
Forum: Installation
Topic: System requirements ED 9
Replies: 1
Views: 14260

System requirements ED 9

Which are the system requirements for Enterprise Dynamics 9?
Thanks
by robertoolmi
Tuesday 30 October, 2012 - 15:34
Forum: Enterprise Dynamics 4DScript
Topic: Linear Assignment Problem
Replies: 4
Views: 5015

Re: Linear Assignment Problem

Hello Vincent,
What do you think about compiling the C code of my function into a dll and call it in ED?

Roberto
by robertoolmi
Friday 26 October, 2012 - 09:54
Forum: Enterprise Dynamics 4DScript
Topic: Linear Assignment Problem
Replies: 4
Views: 5015

Re: Linear Assignment Problem

Hello Vincent,
Thanks for the reply. Maybe my question was not sufficiently clear. Please take a look to this web page to have a more clear idea of the problem and some proposed algorithms written in c code:

http://www.assignmentproblems.com/linearAP.htm

Regards

Roberto
by robertoolmi
Thursday 27 September, 2012 - 18:36
Forum: Enterprise Dynamics 4DScript
Topic: Linear Assignment Problem
Replies: 4
Views: 5015

Linear Assignment Problem

Hi,
Does ED offer any funtion for assigning M jobs to N workers considering the cost matrix MxN that defines for each worker the cost of executing the different jobs?
Thanks
Roberto