This is a combination of some sudoku variants.
Fill in the grid so that every row, every column, and every 3x3 box contains the digits 1 through 9. The grid must fulfill the following rules:
Fill the grid with the digits 1 to 9. The digits represent the height of the skyscraper in each cell. Each row, column and 3x3-box will have exactly one of each digit. The clues along the edges tell you how many skyscrapers you can see from that vantage point.
In each 3x3 box their is a different rule to follow:
Fill in the grid so that every row, every column, and every 3x3 box contains the digits 1 through 9. Some rows and columns have fractions. The ratio of the connected pairs is 1/2, i. e. there are the following combinations of numbers in the two connected cells: 1 - 2, 2 - 4, 3 - 6 and 4 - 8 or vice versa.
Fill in the grid so that every row, every column, and every 3x3 box contains the digits 1 through 9. Some rows and columns have fractions. They represent the ratio of the two ends. For example 3/4 can stand for the following combinations of numbers in the two end cells: 3 - 4, 6 - 8, 4 - 3 and 8 - 6.
Fill in the grid so that every row, every column, and every 3x3 box contains the digits 1 through 9. The numbers between two cells give the ratio of the digits. For example 3/4 can stand for the following combinations of numbers in the adjazent cells: 3 - 4, 6 - 8, 4 - 3 and 8 - 6.