Giter VIP home page Giter VIP logo

2ima20-group15's Introduction

2IMA20 - Course Project - Group 15

Main goal

Compute a simplification set S of size |S| = k for k >= 1, containing polylines S_j such that amount of vertices |S_j| <= c for j = 1 ... k and \sum_{\tau_i \in T} (min_{S_j \in S}dF(\tau_i, S_j)) is minimal.

Input details

  • We are given T - set of polylines, k - integer >= 1, c - integer >= 1.

Repository structure

Core branches

This repository contains 2 default branches:

  • main - used for integration of all the ongoing work
  • release - reserved for the clean "release" versions of our code

Development branches

To keep the progres clean and reviawable, we can work on each new feature in a separe branch. (So as to avoid the main branch madness).

Naming

  • <name>-<quick feature description>, for example tony-faster-input-processing.

Merging features

  1. Once the feature is complete, it can be added to main branch by opening a new Pull Request.

  2. Before merging, let's ask at least 1 other team member to review.

  3. Once the feature was approved, feel free to merge the change! ๐ŸŽ‰

Folder structure

  • project - is a base of the project solution.
    • project/ContestClient - [application] source of the contest GUI (partially provided from the lectures).
    • project/ContestCore - [library] source of the main entities used within the framework
    • project/shared - [precompiled] dependencies provided for the project such as GeometryCore etc.
  • problems is an example set of inputs for the problem.

Getting started

To make the management (compilation, running, distribution, etc) of the project easier, gradle build system is used.
So when getting started, make sure gradle is installed on your machine.

See Gradle Installation Guide for more information on how to set it up.

Note: in addition, this project includes a Gradle Wrapper. With it, instead of installing gradle and using it to invoke tasks gradle <task name: e.g. build>, all the tasks can be called using the wrapper directly. E.g. ./gradlew build on Unix computers and gradlew.bat build on Windows.

Useful commands

  • gradle build - compiles all the source code for the project
  • gradle run - starts the ContestClient (actually all the [application]'s included in the project)
  • gradle clean - removes all the directories produced by a build step
  • gradle tasks - shows a list of available tasks

Delivering

To be elaborated...

  • Report
  • Contest code implementation

Report requirements

...

Code requirements

...

2ima20-group15's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.