Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mc-sog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
mc-sog
Commits
16fc6375
Commit
16fc6375
authored
4 years ago
by
Chiheb Amer Abid
Browse files
Options
Downloads
Patches
Plain Diff
modifié : src/CommonSOG.cpp
modifié : src/LDDState.cpp
parent
2e7efb1e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/CommonSOG.cpp
+3
-3
3 additions, 3 deletions
src/CommonSOG.cpp
src/LDDState.cpp
+0
-17
0 additions, 17 deletions
src/LDDState.cpp
with
3 additions
and
20 deletions
src/CommonSOG.cpp
+
3
−
3
View file @
16fc6375
...
...
@@ -178,12 +178,12 @@ bool CommonSOG::Set_Div(MDD &M) const {
}
if
(
Reached
==
From
)
{
MDD
Reached_obs
=
lddmc_false
;
/*
MDD Reached_obs=lddmc_false;
for (i = m_observable.begin(); !(i == m_observable.end()) && (Reached_obs==lddmc_false); i++) {
Reached_obs= fireTransition(From, m_tb_relation[(*i)].getMinus(), m_tb_relation[(*i)].getPlus());
}
if
(
Reached_obs
==
lddmc_false
)
return
true
;
return
fals
e
;
if (Reached_obs==lddmc_false) return true;
*/
return
tru
e
;
}
From
=
Reached
;
}
while
(
Reached
!=
lddmc_false
);
...
...
This diff is collapsed.
Click to expand it.
src/LDDState.cpp
+
0
−
17
View file @
16fc6375
...
...
@@ -58,23 +58,6 @@ vector<uint16_t> LDDState::getUnmarkedPlaces(set<uint16_t>& lplacesAP) {
}
}
return
result
;
/*cout<<"Display begin"<<endl;
for (auto & iter : lplacesAP)
cout<<iter<<endl;
cout<<"Display end"<<endl;*/
/*uint16_t depth=0;
while (mdd>lddmc_true)
{
//printf("mddd : %d \n",mdd);
mddnode_t node=SylvanWrapper::GETNODE(mdd);
if (lplacesAP.find(depth)!=lplacesAP.end())
if (SylvanWrapper::mddnode_getvalue(node)==0) {
result.push_back(depth);
}
mdd=SylvanWrapper::mddnode_getdown(node);
depth++;
}
return result;*/
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment