CINXE.COM

CADMO, Institute of Theoretical Computer Science, Department of Computer Science, ETH Z眉rich

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <!-- Google Fonts, Roboto is also similar to DIN FF --> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Tangerine"> <!-- conf:3 --> <link href='https://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext' rel='stylesheet' type='text/css'> <!-- X-UA_compatible allows for different engines in IE, IE-EDge is the most recent --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- metas for the menu --> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/design/header/cssmenu/styles.css"> <script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> <script src="/design/header/cssmenu/script.js"></script> <!-- our metas --> <title>CADMO, Institute of Theoretical Computer Science, Department of Computer Science, ETH Z眉rich</title> <link rel="stylesheet" type="text/css" href="/design/css/tistyle.css"> <!-- our scripts --> <script type="text/javascript"> function UrlExists(url) { var http = new XMLHttpRequest(); http.open('HEAD', url, false); http.send(); return http.status!=404; } var photoNum = 1; function showPicture() { /* console.log(photoNum.toString()); */ if (UrlExists("image/image-" + photoNum.toString())) { $("#dimage").css({ background: "url('" + "image/image-" + photoNum.toString() + "')", backgroundRepeat: "no-repeat" }); photoNum = photoNum + 1; if (photoNum > 5) { photoNum = 1; } } else { photoNum = photoNum + 1; while(!UrlExists("image/image-" + photoNum.toString())) { photoNum = photoNum + 1; if (photoNum > 5) { photoNum = 1; break; } } } } </script> <!-- The construct excludes image animation for all IE versions below 9 --> <!--[if IE ]> <style>#dimage {display: none;}</style> <![endif]--> </head> <body> <div id="eth-header" class="eth-font eth-color eth-left" style="margin-top: 0px; padding-top: 32px; margin-bottom: 0px; padding-bottom: 0px;"> <a href="https://www.ethz.ch/en.html"> <img src="/design/header/logo/eth_logo_kurz_neg.svg" id="logo" alt="ETH Z眉rich"> </a> <!-- Google search over the domain ethz.ch --> <div style="float: right; padding-right: 16px;" class="desktop-only"> <form action="https://www.google.com/search" method="get"> <input type="hidden" name="sitesearch" value="ethz.ch" /> <input type="text" name="q" size="20" style="text-decoration: none; font-size: 0.750em; font-weight: bold "> <input type="submit" value="Search ethz.ch" class="eth-color" style="color:white; text-decoration: none; font-size: 0.750em; font-weight: bold; width: 10em; "> </form> </div> <!-- ETH person search --> <div style="float: right; clear: both; padding-right: 16px;" class="desktop-only"> <form METHOD="GET" ACTION="https://www.ethz.ch/en/utils/search.ethz_search.html"> <input TYPE="hidden" NAME="pagetype" VALUE="people"> <input TYPE="hidden" NAME="language" VALUE="en"> <input TYPE="TEXT" NAME="search" size="20" VALUE="" style="text-decoration: none; font-size: 0.750em; font-weight: bold "> <input TYPE="submit" VALUE="Search Person" class="eth-color" style="color:white; text-decoration: none; font-size: 0.750em; font-weight: bold; width: 10em; "> </form> </div> <p style="margin-top: 0px; padding-top: 6px; margin-bottom: 0px; padding-bottom: 0px;"> <a href="https://www.inf.ethz.ch" style=" color:white; text-decoration: none; font-size: 0.750em; font-weight: bold "> Department of Computer <!-- conf:5 --> Science </a>| <a href="https://www.ti.ethz.ch" style=" color:white; text-decoration: none; font-size: 0.750em; font-weight: bold "> Institute of Theoretical Computer Science </a> </p> <h2 style="margin-top: 0px; padding-top: 6px; margin-bottom: 0px; padding-bottom: 10px; margin-left: -1px; color:white"> CADMO - Center for Algorithms, Discrete Mathematics and Optimization <!-- conf:4 --> </h2> </div> <div id='cssmenu' class="eth-font eth-color" style="margin-top: 0px; padding-left: 44px"> <ul> <li><a href='/index.html'>About</a></li> <li><a href='/members/index.html'>Members</a></li> <li class='has-sub'><a href='#'>Awards</a> <ul> <li><a href='/awards/index.html'>Honors and Awards</a></li> <li><a href='/awards/ethmedals.html'>ETH Medals</a></li> <li><a href='/awards/bestpaper.html'>Best Paper Awards</a></li> <li><a href='/awards/scholarships.html'>Scholarships</a></li> </ul> </li> <li><a href='/research/index.html'>Research</a> <!-- <ul> <li><a href='/research/index.html'>Overview</a></li> <li><a href='/research/Projects.html'>Projects</a></li> <li><a href='/research/Publications.html'>Publications</a></li> <li><a href='/research/Guests.html'>Guests</a></li> <li><a href='/research/Seminars.html'>Seminars</a></li> </ul> --> </li> <li class='has-sub'><a href='#'>Education</a> <ul> <li><a href='/education/lectures/HS24/index.html'>Current Lectures and Seminars</a></li> <li class='has-sub'><a href='/education/thesis/index.html'>BSc MSc Theses</a> <ul> <li><a href='/education/thesis/guidelines.html'>Guidelines for Theses</a></li> <li><a href='/education/thesis/latex.html'>Typesetting and Style</a></li> <li><a href='/education/thesis/template.html'>Thesis Template</a></li> <li><a href='/education/thesis/archive.html'>Thesis Archive</a></li> </ul> </li> <li class='has-sub'><a href='#'>Our Programs</a> <ul> <li><a href='/education/student_infos/bcs'>BSc in Computer Science</a></li> <li><a href='/education/student_infos/bma'>BSc in Mathematics</a></li> <li><a href='/education/student_infos/mcs'>MSc in Computer Science</a></li> <li><a href='/education/student_infos/mma'>MSc in Mathematics</a></li> <li><a href='/education/student_infos/phd'>PhD program</a></li> </ul> </li> <li><a href='/education/syllabi'>Syllabi of our Courses</a></li> <li><a href='/education/lecture_guidelines'>Lecture Guidelines</a></li> <li class='has-sub'><a href='#'>Lecture Archive</a> <ul> <li><a href='/education/lectures/FS24'>FS24</a></li> <li><a href='/education/lectures/HS23'>HS23</a></li> <li><a href='/education/lectures/FS23'>FS23</a></li> <li><a href='/education/lectures/HS22'>HS22</a></li> <li><a href='/education/lectures/FS22'>FS22</a></li> <li><a href='/education/lectures/HS21'>HS21</a></li> <li><a href='/education/lectures/FS21'>FS21</a></li> <li><a href='/education/lectures/HS20'>HS20</a></li> <li><a href='/education/lectures/FS20'>FS20</a></li> <li><a href='/education/lectures/HS19'>HS19</a></li> <li><a href='/education/lectures/FS19'>FS19</a></li> <li><a href='/education/lectures/HS18'>HS18</a></li> <li><a href='/education/lectures/FS18'>FS18</a></li> <li><a href='/education/lectures/HS17'>HS17</a></li> <li><a href='/education/lectures/FS17'>FS17</a></li> <li><a href='/education/lectures/HS16'>HS16</a></li> <li><a href='/education/lectures/FS16'>FS16</a></li> <li><a href='/education/lectures/HS15'>HS15</a></li> <li><a href='/education/lectures/FS15'>FS15</a></li> <li><a href='/education/lectures/HS14'>HS14</a></li> <li><a href='/education/lectures/FS14'>FS14</a></li> <li><a href='/education/lectures/HS13'>HS13</a></li> <li><a href='/education/lectures/FS13'>FS13</a></li> <li><a href='/education/lectures/HS12'>HS12</a></li> <li><a href='/education/lectures/FS12'>FS12</a></li> <li><a href='/education/lectures/HS11'>HS11</a></li> <li><a href='/education/lectures/FS11'>FS11</a></li> </ul> </li> </ul> </li> <!-- <li><a href='/consulting'><span>Consulting</span></a></li -->> <li><a href='/gradschool'><span>Graduate School</span></a></li> <li><a href='/join_us'><span>Join us</span></a></li> <li class='last'><a href='/intranet'><span>Intranet</span></a></li> </ul> </div> <div class="eth-left eth-font"> <script type="text/javascript">window.location = "index.html"</script></div> <div id="eth-footer" class="eth-font eth-color eth-left" style="word-spacing: 1em;" > <a href="/imprint/index.html" style=" color:white; text-decoration: none; font-size: 0.750em; font-weight: bold "> Imprint </a> <a href="https://www.ethz.ch/en/footer/disclaimer.html" style=" color:white; text-decoration: none; font-size: 0.750em; font-weight: bold "> Disclaimer </a> <a href="https://www.ethz.ch/en/footer/copyright.html" style=" color:white; text-decoration: none; font-size: 0.750em; font-weight: bold "> Copyright </a> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10