File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 53
53
#include " util.h"
54
54
#include " priorityqueue.h"
55
55
56
- #define UNUSED (x ) (void )x;
57
-
58
56
namespace pal
59
57
{
60
58
@@ -225,7 +223,7 @@ namespace pal
225
223
delete[] ok;
226
224
}
227
225
228
- /* *
226
+ /* *
229
227
* \brief Basic initial solution : every feature to -1
230
228
*/
231
229
void Problem::init_sol_empty ()
@@ -1608,7 +1606,7 @@ namespace pal
1608
1606
#ifdef _DEBUG_FULL_
1609
1607
std::cout << " catch int " << i << std::endl;
1610
1608
#else
1611
- UNUSED ( i );
1609
+ Q_UNUSED ( i );
1612
1610
#endif
1613
1611
while ( conflicts->size () > 0 )
1614
1612
conflicts->pop_front ();
@@ -1898,7 +1896,7 @@ namespace pal
1898
1896
#ifdef _DEBUG_FULL_
1899
1897
std::cout << " catch Cycle in chain" << std::endl;
1900
1898
#else
1901
- UNUSED ( i );
1899
+ Q_UNUSED ( i );
1902
1900
#endif
1903
1901
while ( conflicts->size () > 0 )
1904
1902
conflicts->pop_front ();
@@ -1966,7 +1964,7 @@ namespace pal
1966
1964
}
1967
1965
1968
1966
1969
- /* *
1967
+ /* *
1970
1968
* POPMUSIC, chain
1971
1969
*/
1972
1970
double Problem::popmusic_chain ( SubPart *part )
@@ -2123,7 +2121,7 @@ namespace pal
2123
2121
2124
2122
2125
2123
2126
- /* *
2124
+ /* *
2127
2125
*
2128
2126
* POPMUSIC, Tabu search with chain'
2129
2127
*
You can’t perform that action at this time.
0 commit comments