• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

roboptim / roboptim-core / 587
87%

Build:
DEFAULT BRANCH: master
Ran 01 May 2015 03:10AM UTC
Jobs 2
Files 97
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
587

push

travis-ci

bchretien
Add vector_t and bool to the list of available solver parameter types.

WARNING: as a result, string parameters should explicitly use
std::string, rather than relying on a conversion from const char*.
Indeed, since we added bool, the following can be observed:

  // This will be converted to bool:
  parameters["key"].value = "value";
  // While this will be a string:
  parameters["key"].value = std::string ("value");

For more information: http://stackoverflow.com/q/13268608/1043187

This behavior could already be observed with solver state parameters.

2452 of 2646 relevant lines covered (92.67%)

57229.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 587.1 (ROBOPTIM_STORAGE_ORDER=ColMajor) 01 May 2015 03:10AM UTC 0
92.67
Travis Job 587.1
3 587.3 (ROBOPTIM_STORAGE_ORDER=RowMajor) 01 May 2015 03:15AM UTC 0
92.67
Travis Job 587.3
Source Files on build 587
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #587
  • 7a0bbb74 on github
  • Prev Build on master (#586)
  • Next Build on master (#588)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc