Code Monkey home page Code Monkey logo

polytech-math-logic-course-bdd's Introduction

Description

Polytech math logic course work. Code supports both vertical and horizontal skleika.
You can set your own neighbours in Conditions.cpp file. Code contains description
and examples of all six condition types.

main.cpp file contains short description of course work in other words. Everything goes with practical examples. If you don't understand something in task document, then you probably will better understand it from commentaries in the code.

Build

First build libbuddy.a file and put it into lib directory. File that already in lib directory is build for AMD64 and there is no guarantee that it is compatible with your processor.

Also compiler required that supports C++23 features. For example g++. Download latest version!
Install CMake after this.

Windows

First install Ninja and add it's executable to PATH variable.
Then go to project directory and execute in powershell the next script.

mkdir build
cd build
cmake -G Ninja ..
cmake -S ../ -B .
cmake --build . --target bdd_main

After this you should see bdd_main executable in build directory.

Linux

Install cmake on linux and just go with

mkdir build
cd build
cmake -S ../ -B .
cmake --build . --target bdd_main

After this you should see bdd_main executable in build directory.

polytech-math-logic-course-bdd's People

Contributors

s0m4b0dy avatar hryapusek avatar

Stargazers

Gift avatar Fascinator avatar

Watchers

 avatar

Forkers

solomonalfred

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.