Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
mbe-tools
TTool
Commits
fded5611
Commit
fded5611
authored
1 year ago
by
Sophie Coudert
Browse files
Options
Downloads
Patches
Plain Diff
IBSStdExpressionClass enriched and javadoc-documented. not tested
parent
7bad78be
No related branches found
No related tags found
1 merge request
!457
IntBoolSolver (IBS) version 1.0 completed
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/myutil/intboolsolver/IBSExpressionClass.java
+0
-1
0 additions, 1 deletion
src/main/java/myutil/intboolsolver/IBSExpressionClass.java
src/main/java/myutil/intboolsolver/IBSStdExpressionClass.java
+318
-108
318 additions, 108 deletions
...main/java/myutil/intboolsolver/IBSStdExpressionClass.java
with
318 additions
and
109 deletions
src/main/java/myutil/intboolsolver/IBSExpressionClass.java
+
0
−
1
View file @
fded5611
...
...
@@ -91,7 +91,6 @@ public class IBSExpressionClass<
* @return The expression memorized at the provided index.
*/
public
BExpr
getBExpr
(
int
_expr
)
{
return
null
;
}
/** test weather some saved expression is constant.
*
* @param i index of a boolean expression
...
...
This diff is collapsed.
Click to expand it.
src/main/java/myutil/intboolsolver/IBSStdExpressionClass.java
+
318
−
108
View file @
fded5611
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