I am trying to write some heuristics for a problem using the algorithm2e package.
However as you may know, when you write :
\begin{algorithm}
\caption{Heuristic 1: Name of Heuristic}
...
\end{algorithm}
The output says
Algorithm 1: Heuristic 1: Name of Heuristic
Do someone know how do I get it to write:
Heuristic 1: Name of Heuristic
instead ?
PS. I don't know if this command does the trick: \SetAlgoRefName{} I could not get it to work, anyone has an example where they used it?
Related topics are:
In different packages:
listalgorithmcfname,algorithmcfnameandalgorithmautorefnamefor a deeper understanding, I can't get any satisfying references, even in the algorithm2e.sty manual. Could you point out any good explanation references for these keywords? – YaOzI Apr 30 '15 at 11:38