Skip to content

InProSSA - Industrial Problem Solving using Symbolic and Subsymbolic AI

Notifications You must be signed in to change notification settings

RISCSoftware/inprossa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

176 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InProSSA - Industrial Problem Solving using Symbolic and Subsymblic AI

Setup

Install uv

Linux/macOS:

curl -LsSf https://astral.sh/uv/install.sh | sh

Windows (PowerShell):

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Set up Python environment

After installing uv and cloning the repository:

cd inprossa
uv sync

This will create a virtual environment and install all dependencies.

Structure

Every work packages has a specific directory.

Directory tree overview:

├───wp1
├───wp2
│   ├───formulation
│   ├───instances
│   └───source
│       ├───problemdatagenerator
|       └───simulator
|       └───optimiser
├───wp3
│   └───examples
├───wp4
└───wp5

About

InProSSA - Industrial Problem Solving using Symbolic and Subsymbolic AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •