Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sogMBT
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PMC-SOG
sogMBT
Merge requests
!3
Full refactoring applying some conventions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Full refactoring applying some conventions
develop
into
main
Overview
0
Commits
32
Pipelines
1
Changes
20
Merged
Jaime Arias
requested to merge
develop
into
main
2 months ago
Overview
0
Commits
32
Pipelines
1
Changes
20
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
f3560a36
32 commits,
2 months ago
20 files
+
1684
−
1867
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
src/CMakeLists.txt
+
3
−
3
Options
@@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
# main program
add_executable
(
sogMBT main.cpp
MDGraph
.cpp
RdPBDD
.cpp
Modular_Obs_Graph
.cpp
sog
.cpp
petri_net_sog
.cpp
modular_sog
.cpp
)
# link libraries
Loading