Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue using the FASTCORMICS example file #4

Open
rupabhowmick19 opened this issue Apr 6, 2022 · 1 comment
Open

Issue using the FASTCORMICS example file #4

rupabhowmick19 opened this issue Apr 6, 2022 · 1 comment

Comments

@rupabhowmick19
Copy link

I am using the example file in FASTCORMICS for microarray data, and I ran into the following error:

Output argument "x" (and possibly others) not assigned a value in the execution with "cplexlp" function.

Error in LP7_fastcormics (line 32)
x = cplexlp(f,Aineq,bineq,Aeq,beq,lb,ub);

Error in findSparseMode_4_fastcormics (line 19)
V = LP7_fastcormics( J, model, epsilon );

Error in fastcore_4_fastcormics (line 23)
Supp = findSparseMode_4_fastcormics( J, P, singleton, model, epsilon,t );

Error in fastcormics (line 142)
A = fastcore_4_fastcormics(B, model, epsilon, C);

The initial problem was with finding the cplexlp function which I sorted by setting path for the cplex folder. I am using the exact data provided in the example file and wonder why it would not assign value to the 'x' variable using LP7_fastcormics function. Can you help me here?

@mariapirespacheco
Copy link
Collaborator

mariapirespacheco commented Apr 6, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants