#include "VotingSpace.hpp"
#include <iostream>
#include <stdexcept>
#include <stdlib.h>
#include <math.h>
#include <map>
#include <algorithm>
#include <boost/make_shared.hpp>
#include <boost/range/irange.hpp>
#include "utility/GeometryHelper.hpp"
#include "common_type/ObjectSet.hpp"
#include "VotingResult.hpp"
#include "VotingResultCalculator.hpp"
Go to the source code of this file.
Namespaces | |
ISM | |
this namespace contains all generally usable classes. | |