Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
complete-ads
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gijs van Cuyck
complete-ads
Commits
6a291bcc
Commit
6a291bcc
authored
Nov 07, 2018
by
Gijs van Cuyck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed full reachability requirement.
parent
8677a969
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
bin/main.exe
bin/main.exe
+0
-0
src/main.cpp
src/main.cpp
+4
-3
No files found.
bin/main.exe
View file @
6a291bcc
No preview for this file type
src/main.cpp
View file @
6a291bcc
...
...
@@ -69,7 +69,7 @@ struct main_options
//"esm-manual-controller.dot";
//"ABP_Sender.flat_0_1.dot";
//"ex5_with_loops_with_hidden_states_minimized.dot";
string
input_filename
=
input_directory
+
"
learnresult_new_Rand_500_10-15_MC_fix
.dot"
;
string
input_filename
=
input_directory
+
"
no_semi-valid_transitions
.dot"
;
string
output_filename
=
""
;
};
...
...
@@ -188,8 +188,9 @@ int main(int argc, char *argv[])
const
auto
&
reachable_machine
=
reachable_submachine
(
machine_and_translation
.
first
,
0U
);
const
auto
&
machine
=
machine_and_translation
.
first
;
if
(
machine
.
graph_size
!=
reachable_machine
.
graph_size
)
throw
runtime_error
(
"machine is not fully reachable"
);
//todo: kijk of dit nodig is
//if(machine.graph_size!=reachable_machine.graph_size)
//throw runtime_error("machine is not fully reachable");
const
auto
&
translation
=
machine_and_translation
.
second
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment