Search:

Type: Posts; User: SantoshN

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    3,579

    [Solved] Runtime problem

    Hi Salem,

    Thanks for the suggestions. Let me first mention that I managed to debug the problem. I was using lfind() to search for an element in an array (function call: neighbour) and it was...
  2. Replies
    2
    Views
    3,579

    [SOLVED] Runtime problem

    Hi All,
    I have written a piece of code (simulated Annealing) whose outline is as follows:


    97 while(temp > 0.3 * TEMP) {
    98 while (j < 20) {
    99 printf("Calculating a new...
Results 1 to 2 of 2