00001 00002 00010 #ifndef SOLUCAO_H_ 00011 #define SOLUCAO_H_ 00012 00013 class Solucao { 00014 public: 00016 00020 virtual int ehSolucao() const = 0; 00021 }; 00022 00023 #endif /* SOLUCAO_H_ */