Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
colibrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
pub
colibrics
Merge requests
!20
Better reccursive function handling
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Better reccursive function handling
bobot/abs
into
master
Overview
0
Commits
27
Pipelines
32
Changes
2
Merged
François Bobot
requested to merge
bobot/abs
into
master
3 years ago
Overview
0
Commits
27
Pipelines
32
Changes
2
Expand
Use new define-fun-rec in order to instantiate more rapidly
unrelated, last lasteffort instanciation are useful and their priority bumped
0
0
Merge request reports
Viewing commit
4f4b7dcb
Prev
Next
Show latest version
2 files
+
27
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
4f4b7dcb
Add more complicated example on mult
· 4f4b7dcb
François Bobot
authored
3 years ago
src_colibri2/tests/solve/smt_nra/unsat/dune.inc
+
3
−
0
Options
@@ -28,3 +28,6 @@
(
rule
(
alias
runtest
)
(
action
(
run
%
{
bin
:
colibri2
}
--
size
=
100
M
--
time
=
30
s
--
max
-
steps
3500
--
check
-
status
unsat
--
dont
-
print
-
result
%
{
dep
:
mul_pos_zero_le
.
smt2
})))
(
rule
(
alias
runtest
-
learning
)
(
action
(
run
%
{
bin
:
colibri2
}
--
size
=
100
M
--
time
=
30
s
--
max
-
steps
3500
--
check
-
status
unsat
--
learning
--
dont
-
print
-
result
%
{
dep
:
mul_pos_zero_le
.
smt2
})))
(
rule
(
alias
runtest
)
(
action
(
run
%
{
bin
:
colibri2
}
--
size
=
100
M
--
time
=
30
s
--
max
-
steps
3500
--
check
-
status
unsat
--
dont
-
print
-
result
%
{
dep
:
mult_hard
.
smt2
})))
(
rule
(
alias
runtest
-
learning
)
(
action
(
run
%
{
bin
:
colibri2
}
--
size
=
100
M
--
time
=
30
s
--
max
-
steps
3500
--
check
-
status
unsat
--
learning
--
dont
-
print
-
result
%
{
dep
:
mult_hard
.
smt2
})))
Loading